Skip to main content

Balances

  • Array [
  • idstring<uuid>

    internal ID of the account balance

    accountstring<uuid>

    internal ID of the account the balance is associated with

    datestring<date-time>required

    ISO 8601

    Example: 2018-09-15T15:53:00Z
    amount objectrequired
    amountnumberrequired
    Example: 123.45
    currencyCurrency (string)required

    ISO 4217 currency code

    Example: USD, EUR, AUD, NZD
    creditAvailablenumber
    Example: 123.45
  • ]
  • Balances
    [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "account": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "date": "2018-09-15T15:53:00Z",
    "amount": {
    "amount": 123.45,
    "currency": "USD, EUR, AUD, NZD"
    },
    "creditAvailable": 123.45
    }
    ]