List Accounts
GET {{baseUrl}}/v1/accounts
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
linkId | string | Identifier of the link from which you want to get detailed information about. | |
country | string | Country code in ISO Alpha-2 format | |
institutionId | string | Institution Id | |
institution | string | Institution name | |
accountId | string | Identifier of the account from which you want to get detailed information about. | |
accountNumber | string | Account number in the institution | |
accountType | string | Account type, such as SAVING, CHECKING, etc | |
currency | string | Currency code in ISO 4217 format | |
ownerId | string | ||
availableBalanceGte | string | Available balance greater than or equals | |
availableBalanceLte | string | Available balance less than or equals | |
currentBalanceGte | string | Current balance greater than or equals | |
currentBalanceLte | string | Current balance less than or equals | |
updateAtFrom | string | Date format: YYYY-MM-dd HH:mm:ss | |
updateAtTo | string | Date format: YYYY-MM-dd HH:mm:ss | |
showBalanceInfo | string | Enable to Show Extra balance information | |
page | number | Page number | |
size | number | Page size |