Skip to main content
GET
Generate a card balance account statement

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

accountId
string<uuid>
required

Query Parameters

from
string<date>

Start of the statement period, inclusive. A UTC calendar date in YYYY-MM-DD format.

Example:

"2026-01-01"

to
string<date>

End of the statement period. A UTC calendar date in YYYY-MM-DD format; must be after from.

Example:

"2026-01-31"

Response

default - application/json;charset=UTF-8

default response

balanceAccountId
string<uuid>
currency
string
Example:

"USD"

periodStart
string<date-time>
periodEnd
string<date-time>
openingBalance
integer<int64>
closingBalance
integer<int64>
transactions
object[]
generatedAt
string<date-time>