Our crypto payment gateway can easily integrate into major CMS solutions like WooCommerce, Magento 2, Zencart, OpenCart, and WHMCS. If you own an online store and want to enable payments in cryptocurrency, simply install one of our plugins! We provide detailed installation instructions and support if you encounter any difficulties!
import axios from 'axios';
axios.get(`https://api.nowpayments.io/v1/estimate`, {
params: { amount: 100, currency: 'BTC' }
headers: {'x-api-key': 'your_api_key'}
}).then((response) => {
console.log(response.data);
})
$client = new \GuzzleHttp\Client();
$response = $client->request('GET', 'https://api.nowpayments.io/v1/estimate', [
'query' => [ amount: 100, currency: 'BTC' ],
'headers' => [
'x-api-key' => 'your_api_key'
]
]);
var_dump(json_decode($response->getBody()->getContents(), true));
Our cryptocurrency API offers instant payment notifications (IPN), and it simplifies customized integration of our crypto payment service into your website, platform, or mobile app. Also, our API supports using several payments for one order. This way, customers can pay a part in BTC, a part in ETH, and so on! For testing purposes, check out our sandbox environment!
The invoice payment format allows people to pay in your online store in fewer steps, which simplifies their path and in the end, brings you more profits. Invoices incorporate all the payment info all in one place – making payments easier than ever!
Request payments in 100+ cryptocurrencies from your customers or B2B partners worldwide with recurring email billing. You can create several subscription groups by choosing different frequencies and different invoices for different subscription amounts.
We take pride in being a heavily client-friendly service. If you don’t see anything that fits your needs but would still like to accept or send crypto payments, just hit us up and we’ll whip something up that suits your needs the most for you!