v1
latestOpenAPI 3.1.02026-07-24620123.6 KBInitiate Charge
Initiates a charge on the escrow using the predefined charge details.
post/b2b/escrows/charges/{escrowId}
Path parameters
escrowIdstring required
Response
200
Example response
{
"success": true,
"message": "Charge initiated successfully.",
"data": {
"transactionId": "obQFCsIZjtWGbtbVQKvq"
}
}