Webhooks (Notification)
Our APIs use webhooks for event notifications. Webhooks are push API calls that let your app know an event has happened.
Event
Security - To prevent downgrade attacks
Notification example
{
"requestId": "456oc8d8-13e0-4db8-92b5-8dc54a433a97",
"data": [
{
"id": "456oc8d8-13e0-4db8-92b5-8dc54a433a97",
"customer_id": "2985746",
"transaction_id": "193846",
"amount": "213.21",
"status": "paid",
"type": "payment",
"payment_status": "paid",
"exchange": "5.52"
}
]
}Parameter
Description
Parameter
Description
Last updated