Biller will request to this endpoint to set a default bank account for direct debit via Bill24.
Request
Body Params application/json
{
"token": "1yzp0e4CHx46WBJOg8kTvKkwEemCvlrL5Tjg+pZpKzbaC0y62r8hTNTbHNRI4UL46E6PT6hueTw=="
}
Request Code Samples
curl --location --request POST 'https://merchantapi-demo.bill24.io/direct_debit/customer/bank_account/set_default' \
--header 'Authorization: Bearer {token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "1yzp0e4CHx46WBJOg8kTvKkwEemCvlrL5Tjg+pZpKzbaC0y62r8hTNTbHNRI4UL46E6PT6hueTw=="
}'
Responses
application/json {
"code": "000",
"message": "Set default account successfully",
"message_kh": "αααααααααΈααααΆαααΎαααΆαααααααααα",
"data": null
}
Modified atΒ 2026-01-05 08:08:08