Webhook
How to set up a webhook?
Sample Payload Structure
{
"customer_id": "1234",
"invoice_id": "fdfds",
"reference_id": "fdsfds",
"status": "OPEN",
"amount": "323.53",
"currency": "BTC",
"filled_amount": 18,
"filled_amount_in_usd": 18,
"timestamp": "fdsfds",
}
Webhook Events
Last updated