Webhooks
All current and future implementations of notification messages have the following attributes:
Payload
{
"eventType":"payout-event",
"eventName": "payout-completed",
"data": {...}
}Field
Data Type
Required
Description
eventType
String
True
Type of event.
eventName
String
True
Name of event.
data
String
True
Event data
Payout Competed
Completed payouts are settled payouts. Therefore, the funds should be available in the destination accounts. Following structure represents the notifications for completed payouts.
{
"eventType":"payout-event",
"eventName": "payout-completed",
"data": {...}
}Payout Failed
Following structure represents the notifications for failed payouts.
Last updated