Get user's list of binding information
The Get list of customer's accounts feature (registration-account-inquiry API) allows merchants to get a list of all the binded accounts bound to a particular customer.
Do note that only binded accounts are returned in the response. Should an account have been successfully unbinded against a user previously, that account will not be returned in the API response
The details returned include:
- User ID - unique identifier of the customer generated by Ayoconnect during initial successful binding result
- Account Token - token used by merchants to initiate payments
- Binded Timestamp - date timestamp that binding was done successfully
- Masked Card Number - masked card number tied to the binded bank account (if returned by the bank)
- Bank Code - identifies the bank name of the binded bank account (e.g. BCA, BNI, etc)
- Masked Account Number - masked account number of the binded bank account (if returned by the bank)
- Masked Account Holder Name - masked account number tied to the binded bank account (if returned by the bank)
- Token End Date Period - expiry date of the token (if returned by the bank)
Updated about 4 hours ago