Webhook Sample: solidcard.originated.debit

Webhook sample for origination of Send a Card (Solid card)
Webhooks
Webhook Sample: solidcard.originated.debit
 last updated: 
October 16, 2022
  1. {
  2.   "eventType": "solidcard.originated.debit",
  3.   "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "txn-c4c4f018-87ba-4337-ae05-8fb4866177d2",
  7.     "txnType": "debit",
  8.     "title": "Card sent to Solid Cards Testing",
  9.     "amount": "-20.00",
  10.     "transferType": "solidCard",
  11.     "subType": "originated",
  12.     "description": "Gift Card",
  13.     "accountId": "acc-cdc4ca0a-2f1b-4c0b-9964-2339268c2d7b",
  14.     "businessId": "",
  15.     "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  16.     "personId": "per-c1df28cb-a889-41ea-9ab3-6b33c8985c0f",
  17.     "balance": "560.55",
  18.     "intrabank": null,
  19.     "ach": null,
  20.     "card": null,
  21.     "createdAt": "2022-10-16T17:54:56Z",
  22.     "modifiedAt": "2022-10-16T17:54:56Z",
  23.     "txnDate": "2022-10-16T17:54:56Z",
  24.     "status": "settled",
  25.     "domesticWire": null,
  26.     "internationalWire": null,
  27.     "digitalCheck": null,
  28.     "physicalCheck": null,
  29.     "parentTxnId": "",
  30.     "reviewCode": "",
  31.     "reviewMessage": "",
  32.     "debitCard": null,
  33.     "solidCard": {
  34.       "transferId": "tra-5927fce1-290a-41a4-bdc3-882e13087da4",
  35.       "contactId": "con-41b5c690-d14d-4fe0-9f9a-e787bd01f102",
  36.       "name": "Solid Cards Testing"
  37.     },
  38.     "parentTransferId": "",
  39.     "enrichedData": null,
  40.     "familyId": "fam-d8b5d10e-9bc0-4c5d-9ecd-3ef95bf8f2fa",
  41.     "buy": null,
  42.     "sell": null
  43.   }
  44. }