Callback URL
Set callbackUrl when creating a payment to receive status updates:
{
"type": "transfer",
"fiatAmount": 10000,
"callbackUrl": "https://yourapp.com/webhooks/payments",
...
}
Set callbackUrl when creating a payment to receive status updates:
{
"type": "transfer",
"fiatAmount": 10000,
"callbackUrl": "https://yourapp.com/webhooks/payments",
...
}