Iframe Donation
Coinpays now offers a feature that allows merchants to accept donations through a simple iframe integration on their websites. This feature supports multiple cryptocurrencies, making it easy for users
Iframe Integration
To start accepting donations on your website, you can embed the Coinpays donation widget using an iframe. Below is an example code snippet:
Type | Is Required? | Example | Description |
---|---|---|---|
merchant_id | 000001 | Your merchant ID | |
lang | en | You can choose default language. | |
currency | RUB | You can choose default currency. | |
lock_currency | 1 | If you use this option, your users will only calculate their payments in the fiat currency you selected with the "currency" parameter. It must be sent with the "currency" parameter. |
Replace [merchant_id]
with your unique merchant identifier provided by Coinpays. This identifier links the donations directly to your account.
Currency Option
The default language of the donation widget can be set using the ?currency
parameter. Supported languages include:
TRY
: Turkish LiraUSD
: DollarRUB
: Russian Rubleetc...
You can check out this page for more details.
Language Option
The default language of the donation widget can be set using the ?lang
parameter. Supported languages include:
en
: Englishtr
: Turkishes
: Spanishetc...
You can check out this page for more details.
Features
Simple Integration: Just copy and paste the iframe code into your website to start receiving donations.
Multi-Cryptocurrency Support: Accept donations in various cryptocurrencies, making it easy for donors worldwide to contribute.
Customizable Language Settings: The donation widget can be displayed in different languages to cater to a diverse audience.
Example View
Click For Test: https://static.coinpays.io/iframe-donation/
Last updated