Donation Buttons
The buttons are implemented as standard HTML POST forms. The fields available are documented below.
Field Name
Main Fields
cmd
DescriptionThis should always be set to '_donate'.
Required?Yes
Length
Limit
N/A
reset
DescriptionThis tells the server to delete any cached button data for the user.
Set the value to 1
Required?Yes
Length
Limit
1
merchant
DescriptionYour merchant ID (you can find this on the My Account page).
Required?Yes
Length
Limit
N/A
Donation Amount Fields
currency
DescriptionThe currency of the donation (BTC, LTC, USD, EUR, etc.).
Values supported: Any crypto or fiat currency on the Supported Coins page.
Note we in no way process any fiat currencies, they are simply convenience values so you don't have to convert to BTC or another coin yourself.
Required?Yes
Length
Limit
3
amountf
DescriptionThe amount (in the currency chosen) of the donation.
This is not required if allow_amount is set to 1
Required?Yes
Length
Limit
N/A
item_name
DescriptionWho/what the donation is for.
Required?Yes
Length
Limit
128
item_number
DescriptionThis is a passthru variable for your own use. [not visible to donator]
Required?No
Length
Limit
128
invoice
DescriptionThis is a passthru variable for your own use. [not visible to donator]
Required?No
Length
Limit
128
custom
DescriptionThis is a 2nd passthru variable for your own use. [not visible to buyer]
Required?No
Length
Limit
128
allow_amount
Description1 = Allow donator to adjust donation amount (default).
0 = Don't allow donator to adjust donation amount.
Required?No
Length
Limit
1
allow_currencies
DescriptionCurrency codes separated with a comma of coins you will accept. This is used to further restrict the coin selection from your list of enabled coins; for example if you are doing your own exchange rates and want to limit checkout to a user selected currency.
Example: BTC,LTC
Required?No
Length
Limit
255
on1
Description1st option name. This lets you pass through a donator option like a donation reward.
Required?No
(unless ov1 set)
Length
Limit
128
ov1
Description1st option value. This would be the donator's selection such as hat, shirt, stickers.
Required?No
Length
Limit
128
on2
Description2nd option name. This lets you pass through a donator option like a donation reward.
Required?No
(unless ov2 set)
Length
Limit
128
ov2
Description2nd option value. This would be the donator's selection such as hat, shirt, stickers.
Required?No
Length
Limit
128
Shipping Fields
want_shipping
Description0 = Don't want donator's shipping information (default).
1 = Want donator's shipping information.
Required?No
Length
Limit
1
shippingf
DescriptionCost of shipping (ie. a physical donation reward).
Required?No
Length
Limit
N/A
taxf
DescriptionAny tax to charge.
Required?No
Length
Limit
N/A
allow_ship_countries
DescriptionISO 3166 2 digit country codes separated with a comma of countries you will ship to. The will deny transactions if the shipping address is not in one of these countries.
Example: US,CA,GB
Required?No
Length
Limit
255
Miscellaneous Fields
ipn_url
DescriptionSets an IPN URL.
If not set or blank defaults to the IPN URL in your settings.
Required?No
Length
Limit
255
success_url
DescriptionSets a URL to go to if the donator does complete checkout.
Required?No
Length
Limit
255
cancel_url
DescriptionSets a URL to go to if the donator decides to not complete checkout.
Required?No
Length
Limit
255
allow_extra
DescriptionIf set to 1 will have a field where the donator can leave you a note or extra information such as shipping address, size, or color.
Required?No
Length
Limit
1
lang
DescriptionAutomatically set the checkout language to this language code. For a list of supported codes check this page.
Required?No
Length
Limit
16
cstyle
DescriptionSets a coin selection style for the checkout page. (default: grid1)
Required?No
Length
Limit
32
Donator Information
These fields can be used to pre-populate forms with any information you already know about your donator.
first_name
DescriptionDonator's first name.
Required?No
Length
Limit
32
last_name
DescriptionDonator's last name.
Required?No
Length
Limit
32
email
DescriptionDonator's email address.
Required?No
Length
Limit
128
address1
DescriptionStreet / address line 1
Required?No
Length
Limit
128
address2
DescriptionStreet / address line 2
Required?No
Length
Limit
128
city
DescriptionCity
Required?No
Length
Limit
64
state
DescriptionState / Province
Required?No
Length
Limit
64
zip
DescriptionZip / Postal Code
Required?No
Length
Limit
32
country
DescriptionCountry of Residence
This uses 2 digit ISO 3166 country codes.
Required?No
Length
Limit
2
phone
DescriptionPhone Number
Required?No
Length
Limit
32
Feel free to check out our example donation buttons.
Field NameDescriptionRequired?Length
Limit
Main Fields
cmdThis should always be set to '_donate'.YesN/A
resetThis tells the server to delete any cached button data for the user.
Set the value to 1
Yes1
merchantYour merchant ID (you can find this on the My Account page).YesN/A
Donation Amount Fields
currencyThe currency of the donation (BTC, LTC, USD, EUR, etc.).
Values supported: Any crypto or fiat currency on the Supported Coins page.
Note we in no way process any fiat currencies, they are simply convenience values so you don't have to convert to BTC or another coin yourself.
Yes3
amountfThe amount (in the currency chosen) of the donation.
This is not required if allow_amount is set to 1
YesN/A
item_nameWho/what the donation is for.Yes128
item_numberThis is a passthru variable for your own use. [not visible to donator]No128
invoiceThis is a passthru variable for your own use. [not visible to donator]No128
customThis is a 2nd passthru variable for your own use. [not visible to buyer]No128
allow_amount1 = Allow donator to adjust donation amount (default).
0 = Don't allow donator to adjust donation amount.
No1
allow_currenciesCurrency codes separated with a comma of coins you will accept. This is used to further restrict the coin selection from your list of enabled coins; for example if you are doing your own exchange rates and want to limit checkout to a user selected currency.
Example: BTC,LTC
No255
on11st option name. This lets you pass through a donator option like a donation reward.No
(unless ov1 set)
128
ov11st option value. This would be the donator's selection such as hat, shirt, stickers.No128
on22nd option name. This lets you pass through a donator option like a donation reward.No
(unless ov2 set)
128
ov22nd option value. This would be the donator's selection such as hat, shirt, stickers.No128
Shipping Fields
want_shipping0 = Don't want donator's shipping information (default).
1 = Want donator's shipping information.
No1
shippingfCost of shipping (ie. a physical donation reward).NoN/A
taxfAny tax to charge.NoN/A
allow_ship_countriesISO 3166 2 digit country codes separated with a comma of countries you will ship to. The will deny transactions if the shipping address is not in one of these countries.
Example: US,CA,GB
No255
Miscellaneous Fields
ipn_urlSets an IPN URL.
If not set or blank defaults to the IPN URL in your settings.
No255
success_urlSets a URL to go to if the donator does complete checkout.No255
cancel_urlSets a URL to go to if the donator decides to not complete checkout.No255
allow_extraIf set to 1 will have a field where the donator can leave you a note or extra information such as shipping address, size, or color.No1
langAutomatically set the checkout language to this language code. For a list of supported codes check this page.No16
cstyleSets a coin selection style for the checkout page. (default: grid1)No32
Donator Information
These fields can be used to pre-populate forms with any information you already know about your donator.
first_nameDonator's first name.No32
last_nameDonator's last name.No32
emailDonator's email address.No128
address1Street / address line 1No128
address2Street / address line 2No128
cityCityNo64
stateState / ProvinceNo64
zipZip / Postal CodeNo32
countryCountry of Residence
This uses 2 digit ISO 3166 country codes.
No2
phonePhone NumberNo32
Feel free to check out our example donation buttons.