v1

latestOpenAPI 3.1.02026-07-2479154362.5 KB
account

Get account details

get/account/{id}

Path parameters

idstring uuid required

Account id

Response

Account detail success

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"
}