NOWPayments is a crypto payment gateway that lets you accept USDD TRC20 payments and donations in an easy and convenient way. Try this USDD TRC20 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.
USDD is the seventh largest stablecoin by market cap. It is a veritable haven for shielding funds from harsh market conditions. The cryptocurrency is built on a responsive monetary policy and an inherent incentive system that causes it to automatically stabilize itself in response to price fluctuations. Furthermore, running on a decentralized blockchain protocol widens USDD’s use cases.
import axios from 'axios';
axios.get('https://api.nowpayments.io/v1/estimate',
{
params: {
amount: 100,
currency_from: 'USD',
currency_to: 'USDDTRC20',
},
headers: { 'x-api-key': 'your_api_key' },
})
.then((response) => {
console.log(response.data);
})
or