The Account List endpoint returns all a list of accounts or products (and their associated data) held by the End User with a Provider.

{
  "data": {
    "method": "GET",
    "api": "/v2/data/account/list",
    "message": "We are able to fetch a list of accounts of end-users",
    "job_id": "MaBkJUww03291282",
    "count": "1",
    "last_updated_at": "1662103296909",
    "session": "valid",
    "account_list": [
        {
        "account_id": "XH3c7dtoskIqAmEbwHAM7Q==",
        "account_holder": "ABC",
        "account_number": "88XXXXXX6",
        "type": "Savings",
        "currency": "IDR"
        "balances": {
          "available": 2195258.5,
          "current": 2195258.5,
          "limit": null
        },
        {
        "account_id": "XH3c7dtoskIqAmEbwHAM7Q==",
        "account_holder": "XYZ ",
        "account_number": "88XXXXXX7",
        "type": "Savings",
        "currency": "IDR"
          "balances": {
          "available": 2111258.5,
          "current": 195258.5,
          "limit": null
        },
      }
    ]
  },
  "metadata": {
    "entity": "Data",
    "source": "API"
  },
  "error": null,
  "status": 200
}

Response Parameters

Key ParametersData TypeDescription
last_updated_atStringThe time stamp of when the data is last updated
sessionStringThe session status of the particular accounts to the institution
account_list-account_idStringAccount Identification number from end-user's bank account
account_list-account_holderStringAccount holder from end-user's bank account
account_list-account_numberStringAccount number from end-user's bank account
account_list-typeStringType of account
account_list-currencyStringCurrency of Account
account_list-balances-availableFloatEnd-user's balance amount that is available to use
account_list-balances-currentFloatEnd-user's balance amount that includes "balances-available" and "on-hold amount"
account_list-balances-limitFloatCredit limit of account, It will be only applicable to Credit card account