v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
account

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

idstring uuid
local_account_numberstring

The account number

balancenumber double

String encoded decimal number

currencystring

ISO-4217 currency code

countrystring

ISO-3166-1 Alfa-2 country code

activeboolean

Account active flag

Example response

[
  {
    "id": "f3676011-5203-43db-a760-115203e3db5e",
    "local_account_number": "012856302547450692",
    "balance": 10,
    "currency": "MXN",
    "country": "MX"
  }
]