Create a Payout
You may create payout transactions, This endpoint supports capability for batch payout or single payout.
Request
{
"payouts": [
{
"referenceId": "1999",
"inquiryId": "d6a46a2c-1b26-40c5-9ca3-e063e69635a0",
"amount": {
"value": "100000",
"currency": "IDR"
},
"description": "test jojo harsya"
}
]
}Response
Last updated