v1

latestOpenAPI 3.0.02026-07-1412039.8 KB
Transactions

Fetching Card Transactions

Fetches all transactions for cards<br><br>

get/cards/transactions

Query parameters

pageinteger
per_pageinteger

Headers

Content-Typestring
Authorizationstring

Response

Successful response

Example response

{
  "data": [
    {
      "kind": "purchase",
      "merchant_name_formatted": "ACQUIRER NAME",
      "amount_currency": "AED",
      "billing_amount_currency": "AED",
      "status": "declined",
      "card_last4": "7552",
      "id": "CTX-ADE2D190C3",
      "merchant_name": null,
      "amount": 5,
      "billing_amount": 5,
      "card_name": "Block ATM card",
      "card_holder_name": "MCS integration",
      "created_at": "04 Aug 2025, 03:32PM",
      "updated_at": "04 Aug 2025, 03:32PM",
      "expense": {
        "status": "incomplete",
        "description": null,
        "invoice_number": null,
        "id": "EXP-CCC03C324C",
        "category": null,
        "tax_code": null,
        "payment_account": null,
        "expense_account": null,
        "vendor": null,
        "receipt_uploaded": false,
        "created_at": "03 Mar 2025, 01:41PM",
        "updated_at": "03 Mar 2025, 01:41PM"
      }
    },
    {
      "kind": "purchase",
      "merchant_name_formatted": "ACQUIRER NAME",
      "amount_currency": "AED",
      "billing_amount_currency": "AED",
      "status": "declined",
      "card_last4": "7552",
      "id": "CTX-C698A05F66",
      "merchant_name": null,
      "amount": 5,
      "billing_amount": 5,
      "card_name": "Block ATM card",
      "card_holder_name": "MCS integration",
      "created_at": "04 Aug 2025, 03:31PM",
      "updated_at": "04 Aug 2025, 03:31PM",
      "expense": {}
    }
  ],
  "pagination_meta": {
    "page": 1,
    "per_page": 100,
    "total_pages": 2,
    "next_page": 2,
    "prev_page": null,
    "from": 1,
    "to": 100,
    "total_count": 148
  }
}