Last updated

Ledger overview

This is the very first point to enter into the banking ecosystem.

Ledgers are mandatory to create Cards, Send money and Receive money.

You will have the possibility to chose the type and the country of the Ledger, among the following :

  • EUR_BELGIUM

Here is the Ledger structure :

NameTypeDescription
idstring (uuid)The unique identifier for the account.
endUserIdstring (uuid)The unique identifier for the associated end-user.
friendlyNamestringA user-friendly name for the account.
statusstringThe current status of the account.
Enum: ACTIVE, CLOSED, CREATED, SUSPENDED, PENDING.
currencystringThe currency of the account.
Enum: EUR, GBP, USD, PLN, AUD, CHF, CAD, SEK, NOK, JPY, HUF, HKD, NZD, CZK, SGD, RON, HRK.
countrystringThe country associated with the account.
Enum: ESTONIA, FRANCE, GREAT_BRITAIN, LITHUANIA, USA.
totalAmountnumberThe total amount in the account.
availableAmountnumberThe available amount in the account.
reservedAmountnumberThe reserved amount in the account.
creationDatestring (date-time)The date and time when the account was created.
updateDatestring (date-time)The date and time when the account was last updated.
isUpgradedbooleanIndicates whether the account is upgraded. When inactive, no external banking information will be returned. Assign an account number to enable the fields.
ibanstringThe International Bank Account Number of the account.
bicOrSwiftstringThe BIC or SWIFT code of the account.
accountNumberstringThe account number.
sortCodestringThe sort code for the account.
routingNumberstringThe routing number for the account.

Each Ledger has a isUpgraded parameter :

  • When false, no external banking information will be returned (such as Account Number and BIC or Swift). The ledger can't be used to Send Money to a Beneficiary or to Receive Money from an external account. The Ledger can only be used for inter-ledger transactions.
  • When true, external banking information are displayed. The ledger can be used for all type of transactions.

Virtual Ledgers

Description coming soon