Payout Object
A payout object is created when you initiate a payout to a local bank account.
{
"created": "2024-05-13T08:21:45Z",
"merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
"payoutResults": {
"totalFailedAmount": 0,
"totalFailedCount": 0,
"totalPendingAmount": 0,
"totalPendingCount": 0,
"totalSuccessAmount": 200000,
"totalSuccessCount": 2,
"totalCancelledCount": 0,
"totalCancelledAmount": 0
},
"payouts": [
{
"amount": {
"currency": "IDR",
"value": "100000"
},
"channelCode": "BRI",
"channelInformation": {
"accountName": "Reforza Pivot",
"accountNumber": "888801000157508"
},
"created": "2024-05-13T08:21:45Z",
"inquiryId": "d6a46a2c-1b26-40c5-9ca3-e063e69635a0",
"description": "test Reforza Pivot",
"referenceId": "999",
"status": "SUCCESS",
"reason": "",
"updated": "2024-05-13T08:21:46Z"
},
{
"amount": {
"currency": "IDR",
"value": "100000"
},
"created": "2024-05-13T08:21:45Z",
"inquiryId": "d6a46a2c-1b26-40c5-9ca3-e063e69635a0",
"description": "test Reforza Pivot",
"channelCode": "BRI",
"channelInformation": {
"accountName": "Reforza Pivot",
"accountNumber": "888801000157508"
},
"referenceId": "1999",
"status": "SUCCESS",
"reason": "",
"updated": "2024-05-13T08:21:46Z"
}
],
"status": "DONE",
"updated": "2024-05-13T08:21:46Z",
"uuid": "d6a46a2c-1b26-40c5-9ca3-e063e69635a0"
}Parameter
Data Type
Requirement
Description
Last updated