cURL
curl --request GET \ --url https://api.ledger.so/v1/cards/{cardId}/intents \ --header 'Api-Key: <api-key>'
{ "cardId": "<string>", "intents": [ { "id": "<string>", "cardId": "<string>", "intentId": "<string>", "summary": "<string>", "status": "pending", "expiresAt": 123, "createdAt": 123, "expectedAmount": 123, "expectedCurrency": "<string>", "expectedMerchant": "<string>", "tolerance": 123, "transactionId": "<string>", "matchResult": { "amountMatch": true, "merchantMatch": true, "actualAmount": 123, "actualMerchant": "<string>" }, "matchedAt": 123 } ] }
List all intents for a specific card. Only available for multi-use cards.
API key for authentication. Get your key from the Dashboard.
The card ID
Intent list
Show child attributes