Get Card Transactions
Fetches all transactions of the specified cards according to the query parameters.
Last updated
Fetches all transactions of the specified cards according to the query parameters.
Last updated
Retrieves the transaction history (credits, debits, charges) associated with a specific virtual card. Each transaction record includes type, amount, currency, description, and date. Useful for displaying detailed activity logs or generating monthly statements.
Before you begin!
You can filter or paginate this data on the frontend if needed. Ideal for auditing or user self-service.
POST
{{ BASE }}/get-card-history/{cardid}
Below are the request body parameters
Request Body
cardid
String
The unique ID of the virtual card (from Padiwise)
Response Body