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:

  1. User ID - unique identifier of the customer generated by Ayoconnect during initial successful binding result
  2. Account Token - token used by merchants to initiate payments
  3. Binded Timestamp - date timestamp that binding was done successfully
  4. Masked Card Number - masked card number tied to the binded bank account (if returned by the bank)
  5. Bank Code - identifies the bank name of the binded bank account (e.g. BCA, BNI, etc)
  6. Masked Account Number - masked account number of the binded bank account (if returned by the bank)
  7. Masked Account Holder Name - masked account number tied to the binded bank account (if returned by the bank)
  8. Token End Date Period - expiry date of the token (if returned by the bank)