v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Authorise Charge

Submit the required authorisation data (OTP, PIN, or Address) to move the transaction forward.

post/api/b2b/fiat/deposit/{transactionId}/authorise

Path parameters

transactionIdstring required

Request body

typestring required

The type of authorisation: otp, pin, or address_verification

valuestring required

The actual OTP/PIN string or the Address object.

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Charge Authorisation successful. Payment is processing."
}