2.1 Get balance by id (V3)

GET {{host}}/v3/profiles/{{profile-id}}/balances/{{balance-id}}

Returns the specified balance id.

Response Body

FieldDescriptionFormat
idbalance idinteger
currencybalance currency (ISO 4217 Alphabetic Code)text
typebalance type (standard, savings)text
namebalance nametext
iconemoji stringtext
amount.valueAvailable balance value that can be used to fund transfersdecimal
amount.currencybalance currency (ISO 4217 Alphabetic Code)text
reservedAmount.valueIGNORE
reservedAmount.currencyIGNORE
creationTimedate when balance was createdtimestamp
modificationTimedate when balance was last modifiedtimestamp
visibleif balance is visible for the user or notboolean

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringYour access token

RESPONSES

status: OK

{"id":1,"currency":"EUR","type":"STANDARD","name":null,"icon":null,"amount":{"value":0,"currency":"EUR"},"reservedAmount":{"value":0,"currency":"EUR"},"creationTime":"2019-05-05T10:22:49.487533Z","modificationTime":"2021-06-14T11:10:41.055317Z","visible":true}