v1
latestOpenAPI 3.1.02026-07-2479154362.5 KBaccount
List account
get/account
Query parameters
local_account_numberstring
The local account number
countrystring
ISO-3166-1 Alfa-2 country code
Example:MX
The account country location
currencystring
ISO-4217 currency code
Example:MXN
The account currency
Response
Success listed account
Example response
[
{
"id": "f3676011-5203-43db-a760-115203e3db5e",
"local_account_number": "012856302547450692",
"balance": 10,
"currency": "MXN",
"country": "MX"
}
]