NOWPayments is a crypto payment gateway that lets you accept TRVL payments and donations in an easy and convenient way. Try this TRVL 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.
It's no secret that the travel industry today is one of the largest. DTravel is a new generation project that brings the advantages of the Ethereum blockchain: speed, security, and reliability. It is a rapidly evolving platform that is also completely community driven. In addition to the direct use of the TRVL token as a means of payment, holders automatically become members of the community and have a say in the development and operation of DTravel.
import axios from 'axios';
axios.get('https://api.nowpayments.io/v1/estimate',
{
params: {
amount: 100,
currency_from: 'USD',
currency_to: 'TRVL',
},
headers: { 'x-api-key': 'your_api_key' },
})
.then((response) => {
console.log(response.data);
})
or