Get Direct Debit Binding Details
The Get Direct Debit Details feature (Account Binding API)
allows merchants to get binding details given an X-External ID
header value
Binding details include:
- User ID - unique identifier of the customer generated by Ayoconnect
- Account Token - token merchants can use to initiate payments
- Token Status - possible token statuses are:
- ACTIVE - Account token usable for transactions,
- DISABLED - Account token no longer valid as bank account has been unbinded
- BLOCKED - account token not currently usable for payments due to triggering Ayoconnect's FDS rate limiter
- NOT FOUND - no successful bank account binding has occurred under the given X-External ID header value
- Masked Card Number - masked card number of the binded bank account
- Bank Code - identifies the bank name of the binded bank account (e.g. BCA, BNI, etc)
Updated 1 day ago