v1
latestOpenAPI 3.1.02026-07-24620123.6 KBInitiate Payout
Initiates a payout from the escrow to the receiver. You can specify the amount to payout.
post/api/b2b/escrows/payouts/{escrowId}
Path parameters
escrowIdstring required
Request body
Response
200
Example response
{
"success": true,
"message": "Payout initiated successfully.",
"data": {
"transactionId": "mF7VKAbN7C1TEM4bTaOG"
}
}