Biller will request to this endpoint to unsubscribe a bank account from direct debit via Bill24
Request
Body Params application/json
{
"token": "TOK456",
"unsubscribe_date": "2025-08-12T17:49:00+07:00"
}
Request Code Samples
curl --location --request POST 'https://merchantapi-demo.bill24.io/direct_debit/customer/bank_account/unsubscribe' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "TOK456",
"unsubscribe_date": "2025-08-12T17:49:00+07:00"
}'
Responses
application/json {
"code": "000",
"message": "Direct Debit Unsubscribed successfully.",
"message_kh": "សេវាកម្មទូទាត់ប្រាក់ស្វ័យប្រវត្តិបានផ្ដាច់ជោគជ័យ",
"data": null
}
Modified at 2025-08-14 04:02:39