Documentation
If you don’t want to register accounts, go through a tedious data verification procedure and send suspicious companies your documents, but you want to accept bitcoins on your site, you should use API payment forwarding.
Do you already have a bitcoin wallet? Great! Then just copy and paste your address and start accepting bitcoins via our plugins.
Here you’ll find popular CMS plugins for online stores, libraries with code and various integration examples. All integration applications are open source with minimal design. Change it or apply different CSS styles as you wish.
You don’t need to keep a full blockchain database, put a separate server node or fill out tedious registration forms. It’s enough to create new cryptocurrency addresses to accept payments, using request API and accept transaction data on your request processing page.
Most bitcoin wallets are able to scan QR-code with additional parameters, as it is embedded in BNF grammar syntax standard. You can add amount, recipient name, description and other parameters to your wallet. Some of these parameters can be changed, some may not be recognized, ignored depending on the application. But only the address and amount will be sent and stored in the bitcoin blockchain. The rest of the parameters can or will only be stored in your app.
Example
If you don’t want to register accounts, go through tedious data verification procedure and send uspicious companies your documents, but you want to accept bitcoins on your website, you should use API payment forwarding.
bitcoin:1DonateWffyhwAjskoEwXt83pHZxhLTr8H
Address with the amount (recommended to use):
bitcoin:1DonateWffyhwAjskoEwXt83pHZxhLTr8H?amount=0.00123
Address with amount
bitcoin:1DonateWffyhwAjskoEwXt83pHZxhLTr8H?amount=0.00123
Request
HTTP method: Get
URL: https://chart.googleapis.com/chart?chs={size}&cht=qr&chl={message}
{size}x | Image sizeExample: 200x200 | Required field |
{message}urlencoded text,=<256 characters | Message to encode into a QR codeAny text in URLencoded format. | Required field |