curl --request POST \
--url https://api.zerocash.tech/api/b2b/fiat/deposit/{transactionId}/authorise \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "otp",
"value": "123456"
}
'{
"success": true,
"message": "Charge Authorisation successful. Payment is processing."
}{}Charges
Authorise Charge
Submit the required authorisation data (OTP, PIN, or Address) to move the transaction forward.
POST
/
api
/
b2b
/
fiat
/
deposit
/
{transactionId}
/
authorise
curl --request POST \
--url https://api.zerocash.tech/api/b2b/fiat/deposit/{transactionId}/authorise \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "otp",
"value": "123456"
}
'{
"success": true,
"message": "Charge Authorisation successful. Payment is processing."
}{}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json