Generating card statements

Overview

In order to offer a card program to your customers, you will need to generate statements which you send to them at least monthly.

In order to do so, Bridge provides a single API for automatically generating statements in PDF form.

Generating a statement

API reference

curl --request POST \
     --url https://api.bridge.xyz/v0/customers/<customerID>/card_accounts/<cardAccountID>/statements/<period>.pdf \
     --header 'accept: application/pdf'

What’s Next