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 Parameters | Data Type | Description |
---|---|---|
last_updated_at | String | The time stamp of when the data is last updated |
session | String | The session status of the particular accounts to the institution |
account_list-account_id | String | Account Identification number from end-user's bank account |
account_list-account_holder | String | Account holder from end-user's bank account |
account_list-account_number | String | Account number from end-user's bank account |
account_list-type | String | Type of account |
account_list-currency | String | Currency of Account |
account_list-balances-available | Float | End-user's balance amount that is available to use |
account_list-balances-current | Float | End-user's balance amount that includes "balances-available" and "on-hold amount" |
account_list-balances-limit | Float | Credit limit of account, It will be only applicable to Credit card account |