Webhooks
Payout Notifications
Last updated
Payout Notifications
Last updated
Payout webhooks notify your system of important payout events, such as when a payout is successfully processed or if it fails. This allows for real-time updates, ensuring your system remains synchronized with transaction statuses.
Payout Webhook Structure Data Type: JSON
The webhook payload is delivered in JSON format, a structured data format commonly used for APIs. Each payload includes:
Payout Notification Event
Payout Notification Status
Example
Event | Description |
---|---|
Status | Description |
---|---|
Variable
Type
Description
event
String
The event will following current progress of this payout.
amount
Integer
Payout amount in cent.
currency
String
Currency of this payout.
payout_id
String
Unique ID of the updated payout.
batch_id
String
(Optional) Unique ID of the updated payout's batch.
batch_run_time
Integer
(Optional) Unix timestamp of the batch running time.
receiver_account_id
String
Unique ID of the updated payout's receiver account.
receiver_id
String
Unique ID of the updated payout's receiver.
reference
String
Reference of this payout.
status
String
Status of the current payout progress.
subccount_id
String
Unique ID of the updated payout's subaccount.
timestamp
Integer
Unix timestamp of the event.
payoutCreated
Indicates that a new payout has been created.
payoutUpdated
Indicates that an existing payout has been updated.
payoutFailure
Indicates that a payout attempt has failed.
awaiting
Payout is waiting for the receiver to confirm their bank details.
pending
Payout in pending for processing time.
in_progress
Payout is currently in progress.
successful
Payout has been successfully completed.
cancelled
Payout has been cancelled.
failed
Payout process has been failed.