Home

Payment Tools

Select payment currency
0.4640606 XMR
120.5389302 XRP
9.4926617 EOS
0.0035322 BTC
0.1739149 ETH
6.3692723 ZEN
Complete checkout
Buyer Information
Name

Plugins

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));
                      
                    

API

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!

Invoices

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!

Custom Solutions

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!

Still have any questions?

Contact us: partners@nowpayments.io

We use cookies to ensure you get the best experience. By using NOWPayments, you agree to our Terms of use and Privacy Policy .