Callback
v2 POST {return_url}
v3 POST {return_url}
If your server accept a callback from Bayarcash, make sure the response return 200 status code. Maximum retry from our side is 5 attempts every 300 seconds (5 minutes) from last attemps. Below are the status value & its corresponding label.
Authorization
Example of JSON structured request. Applicable to enrollment, maintenance and termination.
{
"record_type": "authorization",
"transaction_id": string,
"mandate_id": string,
"exchange_reference_number": string,
"exchange_transaction_id": string,
"order_number": 100,
"currency": string,
"amount": string,
"payer_name": string,
"payer_email": string,
"payer_bank_name": string,
"status": string,
"status_description": string,
"datetime": string,
"checksum": string
}Bank Approval
Example of JSON structured request. Applicable to enrollment, maintenance and termination.
Transaction
Example of JSON structured request. Only applicable to enrollment.
Last updated