v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Initiate Charge

Initiates a charge on the escrow using the predefined charge details.

post/b2b/escrows/charges/{escrowId}

Path parameters

escrowIdstring required

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Charge initiated successfully.",
  "data": {
    "transactionId": "obQFCsIZjtWGbtbVQKvq"
  }
}