e-Mandate Maintenance
v2 PUT
console.bayar.cash/api/v2/mandates/{mandate_id}
v3 PUT
api.console.bayar.cash/v3/mandates/{mandate_id}
Example of JSON structured response.
{
"payer_name": "Mohd Ali",
"payer_id_type": 1,
"payer_id": "910109021234",
"payer_email": "[email protected]",
"payer_telephone_number": "60198109001",
"order_number": "DD001",
"amount": 30,
"application_type": "Maintenance",
"application_reason": "Maintenance of DD001",
"frequency_mode": "YR",
"effective_date": "2024-06-15",
"expiry_date": "2024-08-15",
"url": "https://console.bayar.cash/payment-intent/pi_pGwZaY"
}
Last updated