Skip to main content
GET
/
v1
/
cards
/
{cardId}
/
intents
List intents
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
    }
  ]
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

cardId
string
required

The card ID

Response

Intent list

cardId
string
required
intents
object[]
required