Download Card Statement
Cards
Download Card Statement
Download a PDF statement for a card with transaction history, business branding, and card details. GET /cards//statement.
GET
Download Card Statement
Overview
Download a PDF statement for a card. The statement includes your business branding (logo, colors, company details), card information, cardholder billing address, and a full transaction history. The PDF is white-labeled with the branding configured in your Business Settings.Endpoint
cards:read
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
cardId | string | Yes | Unique card identifier |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
from | string | No | Start date (YYYY-MM-DD). Defaults to card creation date. |
to | string | No | End date (YYYY-MM-DD). Defaults to today. |
Response
Returns a PDF file (application/pdf) with the card statement.
The Content-Disposition header contains the filename in the format:
Statement Contents
The generated PDF includes:- Header - Business logo, company name, and “CARD STATEMENT” label on a branded background
- Company Details - Business address, website, email, phone
- Cardholder Info - Name, billing address
- Card Details - Card number (masked), type, currency, status
- Statement Period - From/to dates
- Transaction Table - Date, description, debit, credit columns with opening and closing balances
- Important Notice - Disclaimer footer
Example Usage
Error Responses
Card Not Found (404)
Card Still Provisioning (202)
If no date range is specified, the statement covers the entire card lifetime from creation date to today.
Authorizations
JWT access token obtained from /auth/token
Path Parameters
Card ID
Query Parameters
Start date (YYYY-MM-DD). Defaults to card creation date.
Example:
"2026-03-01"
End date (YYYY-MM-DD). Defaults to today.
Example:
"2026-03-31"
Response
PDF statement file
The response is of type file.

