Listing Card Transactions
This section provides instructions on how you can retrieve transactions from a specific time range for a given card. This can be useful in generating card statements for your customers.
Listing Card Transactions
Step 1: Retrieve card details
Identify the corresponding Public Token for the card to be used.
A card's public token is returned in the response to creating a card within the publicToken
object.
Step 2: Retrieve card transactions
After identifying the public token for the card, you can list the transactions linked to the card using the List card transaction(s) endpoint. You can define the start and end date period over which to return transactions by using the dateFrom
and dateTo
headers to define the date range you want returned from the API.
API Explorer
See the List card transaction(s) endpoint.
A successful response will return a 200.
Updated 5 months ago