NOWPayments is a crypto payment gateway that lets you accept Toncoin payments and donations in an easy and convenient way. Try this Toncoin payment gateway NOW!
You want to accept crypto for goods and services
NOWPayments offers 16 merchant tools allowing to implement crypto payments on any website, service and brick&mortar store.
Customer chooses to pay with crypto
NOWPayments will give your customers the list on 300+ cryptocurrencies they can use to pay for goods and services.
We generate a payment window
We calculate the price in the selected cryptocurrency and provide payment details for the customer.
You receive profit directly to your personal wallet
Once we have processed the payment, we automatically exchange it if needed and send it directly to your personal wallet.
Pavel Durov initially put a large percentage of success into the project thanks to his name and thanks to his idea. According to the idea of the project’s founders, Toncoin is designed to unite the chains of all cryptocurrencies into a single global network. The idea is extremely promising, and its implementation will help boost the price of TON. In addition, the project team is launching several services: TON Proxy anonymizer, TON DNS, TON Payments, and other services that will form a complete ecosystem. Taking into account the support of the community and the planned expansion of the ecosystem, accepting TON as a payment option is a good step toward attracting new customers and increasing profits.
import axios from 'axios';
axios.get('https://api.nowpayments.io/v1/estimate',
{
params: {
amount: 100,
currency_from: 'USD',
currency_to: 'TON',
},
headers: { 'x-api-key': 'your_api_key' },
})
.then((response) => {
console.log(response.data);
})
or