Retrieve a Transaction

Retrieves the transaction information by passing the account id and transaction id.
Transactions
Retrieve a Transaction
 last updated: 
November 30, 2023

ENDPOINT

  1. GET /v1/account/:id/transaction/:id

RESPONSE

  1. {
  2.  "id": "txn-6f556aed-1d00-4406-bad9-b57fb7bd75b2",
  3.  "txnType": "debit",
  4.  "title": "CVS PHARMACY",
  5.  "amount": "-13.00",
  6.  "transferType": "card",
  7.  "subType": "auth",
  8.  "description": "Spent PhysicalCard at CVS PHARMACY",
  9.  "balance": "0.00",
  10.  "status": "settled",
  11.  "accountId": "acc-386d6c35-add1-400a-af01-b0f747f3a190",
  12.  "businessId": "",
  13.  "programId": "prg-3e174456-c85a-4265-a7eb-ea1d4ddf5ec6",
  14.  "personId": "per-f0b9ecba-01ef-4d25-8e7c-a71eae8ddfa6",
  15.  "familyId": "",
  16.  "parentTransferId": "",
  17.  "parentTxnId": "",
  18.  "reviewCode": "",
  19.  "reviewMessage": "",
  20.  "intrabank": null,
  21.  "ach": null,
  22.  "card": {
  23.    "id": "crd-2d095dad-4ee3-4d12-8ff7-d933265f62e9",
  24.    "transferId": "tra-95f95d3d-46e8-4555-95d5-82bd8d6fc887",
  25.    "label": "PhysicalCard",
  26.    "merchant": {
  27.      "merchantName": "CVS PHARMACY",
  28.      "merchantCity": "SAN JOSE",
  29.      "merchantState": "CA",
  30.      "merchantCountry": "USA",
  31.      "postalCode": "",
  32.      "merchantCategory": "Bakeries",
  33.      "merchantCategoryCode": "5462",
  34.      "merchantId": "CRD ACCEPTOR ID"
  35.    },
  36.    "authMethod": "online",
  37.    "wallet": "",
  38.    "authId": "",
  39.    "localTransactionAmount": "13.00",
  40.    "localTransactionCurrency": "USD",
  41.    "currencyConversionRate": "1.000000000",
  42.    "rewardAmount": "",
  43.    "isCaptured": false,
  44.    "capturedAt": ""
  45.  },
  46.  "domesticWire": null,
  47.  "internationalWire": null,
  48.  "digitalCheck": null,
  49.  "physicalCheck": null,
  50.  "debitCard": null,
  51.  "solidCard": null,
  52.  "crossBorder": null,
  53.  "buy": null,
  54.  "sell": null,
  55.  "enrichedData": {
  56.    "merchant": {
  57.      "name": "CVS",
  58.      "email": "",
  59.      "phone": "",
  60.      "website": "cvs.com",
  61.      "logo": "https://v1.spadeapi.com/logos/verified/cvs.png?size=large",
  62.      "address": {
  63.        "addressType": "",
  64.        "line1": "",
  65.        "line2": "",
  66.        "city": "San Jose",
  67.        "state": "CA",
  68.        "country": "USA",
  69.        "postalCode": ""
  70.      },
  71.      "location": {
  72.        "latitude": "",
  73.        "longitude": ""
  74.      }
  75.    },
  76.    "chartOfAccounts": [],
  77.    "labels": [
  78.      "Retail",
  79.      "Specialty Retail",
  80.      "Pharmacies"
  81.    ]
  82.  },
  83.  "createdAt": "2023-03-27T08:58:44Z",
  84.  "modifiedAt": "2023-03-27T08:58:50Z",
  85.  "txnDate": "2023-03-27T08:58:44Z",
  86.  "metadata": null,
  87.  "fallbackTransferId": "tra-e50d537b-a154-4c43-9ac1-371059e4ca0e",
  88.  "fallbackTxnId": "txn-ef264db6-3ba3-48e4-b542-566758fb90ee"
  89. }