Skip to main content
GET
/
v1
/
businesses
/
{businessId}
/
statement
Get Business Statement
curl --request GET \
  --url https://api.cadanapay.com/v1/businesses/{businessId}/statement \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Path Parameters

businessId
string
required

The unique identifier for the business

Query Parameters

currency
string
required

Currency code for the statement (required)

Example:

"USD"

periodStart
string<date>
required

Start of the statement period (ISO 8601 date, required)

Example:

"2024-01-01"

periodEnd
string<date>
required

End of the statement period (ISO 8601 date, required)

Example:

"2024-01-31"

format
enum<string>

Response format. Omit for JSON; csv or bai2 return a downloadable file.

Available options:
csv,
bai2

Response

The business account statement (JSON, or a CSV/BAI2 file download when format is set).

The response is of type object.