Payout Callback
Register your Callback URL and get payout notification whenever Payout request status is DONE
Method and URL
Request
Parameter
Data Type
Requirement
Description
Request Body for Bulk Payout
{
"event": "PAYOUT.DONE",
"data": {
"uuid": "d6a46a2c-1b26-40c5-9ca3-e063e69635a0",
"merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
"payoutResults": {
"totalPendingCount": 0,
"totalPendingAmount": 0,
"totalSuccessCount": 1,
"totalSuccessAmount": 100000,
"totalFailedCount": 0,
"totalFailedAmount": 0,
"totalCancelledCount": 0,
"totalCancelledAmount": 0
},
"status": "DONE"
}
}Request Body for Single Payout
Parameter
Data Type
Requirement
Description
Last updated