This endpoint can be used to retrieve the latest list of accounts or products (and their associated data) held by the End User with a Provider by providing a new OTP to refresh the account session. Currently, E-Wallet can use this customization.

{
  "data": {
    "method": "PATCH",
    "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": [
      {
        "balances": {
          "available": 2195258.5,
          "current": 2195258.5,
          "limit": null
        },
        "account_id": "XH3c7dtoskIqAmEbwHAM7Q==",
        "account_holder": "Taufic Hidayat",
        "account_number": "8831355336",
        "type": "Savings",
        "currency": "IDR"
      }
    ]
  },
  "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