cURL
curl --request GET \ --url https://api.ledger.so/v1/cards/{cardId}/transactions \ --header 'Api-Key: <api-key>'
{ "data": [ { "id": "<string>", "cardId": "<string>", "amount": 123, "currency": "<string>", "status": "pending", "createdAt": 123, "agentId": "<string>", "userId": "<string>", "authorizedAmount": 123, "localAmount": 123, "localCurrency": "<string>", "merchantName": "<string>", "merchantId": "<string>", "merchantCategory": "<string>", "merchantCategoryCode": "<string>", "merchantCity": "<string>", "merchantCountry": "<string>", "enrichedMerchantName": "<string>", "enrichedMerchantIcon": "<string>", "declinedReason": "<string>", "attestationStatus": "attested", "authorizedAt": 123, "postedAt": 123 } ], "hasMore": true, "cursor": "<string>" }
List all transactions for a specific card.
API key for authentication. Get your key from the Dashboard.
The card ID
Number of items per page (max 100)
1 <= x <= 100
Pagination cursor from previous response
Transaction list
Show child attributes