POST
/
customers
/
{customerID}
/
card_accounts
/
{cardAccountID}
/
statements
/
{period}
.pdf
Generate a card account statement
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/statements/{period}.pdf \
  --header 'Api-Key: <api-key>'
This response does not have an example.

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
cardAccountID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42
period
string
required

A string in the YYYYMM format representing a card statement period

Response

200
application/pdf

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.