Simple and powerful Just like crypto
Paymint is a secure API that instantly forwards cryptocurrency payments to your wallet.
Available for
Paymint is a secure API that instantly forwards cryptocurrency payments to your wallet.
Available for
How it Works
Paymint allows you to easily create addresses for a range of cryptocurrencies that your users can send to.
Once Paymint detects a transaction, and at important milestones in the confirmation, it calls your "callback" link with relevant information.
When the transaction is finalized, Paymint instantly forwards the money to your "output" address, so you never have to worry about lengthy withdrawal times. You always stay in control of your crypto.
Paymint makes it easy to accept crypto in a white-label fashion.
Get Started const resp = await fetch(
"https://paymint.com/btc",
{
body: JSON.stringify({
output: "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa"
callback: "https://site.com/payment/${uuid}",
}),
},
);
const json = await resp.json();
const address = json.input;
console.log(address);
// bc1q34aq5drpuwy3wgl9lhup9892qp6svr8ldzyy7c