Skip to main content
POST
/
cardholders
/
{cardholderID}
/
cards
/
{cardID}
/
statements
/
{period}
.pdf
Generate a card statement using Stripe IDs
curl --request POST \
  --url https://api.bridge.xyz/v0/cardholders/{cardholderID}/cards/{cardID}/statements/{period}.pdf \
  --header 'Api-Key: <api-key>'
"<string>"

Authorizations

Api-Key
string
header
required

Path Parameters

cardholderID
string
required

The Stripe cardholder ID (e.g. ich_...)

cardID
string
required

The Stripe card ID (e.g. ic_...)

period
string
required

A string in the YYYYMM format representing a card statement period

Response

The HTTP response that includes a PDF file as an attachment, with the Content-Type set to application/pdf and the Content-Disposition header configured to indicate it is a statement PDF attachment

The response is of type file.