Cryptonator API makes it easy to start accepting cryptocurrency on your website, online shop or blog, as well as to integrate cryptocurrency payments into your applications.
SDK for PHP
https://github.com/cryptonator/merchant-api-sdk-php
Composer
If your app uses composer, simply add cryptonator/merchant-php-sdk to composer.json
API endpoint
Requests are to be sent via HTTP 2 or HTTP 1.1 using SSL (HTTPS) to the following address:
https://api.cryptonator.com/api/merchant/v1/<method>
- All network interactions are transmitted only via HTTPS.
- The application should verify the validity of the server's SSL certificate. If the SSL certificate did not pass verification, terminate the connection.
Methods
/startpayment- GET request to create new invoice
/createinvoice - POST request to create new invoice with preset checkout currency
/getinvoice - POST request to return invoice status
/listinvoices - POST request to return all invoices for the account.