Webhook Sample: solidcard.topup

Webhook sample for top-up of Send a Card (Solid card)
Webhooks
Webhook Sample: solidcard.topup
 last updated: 
October 16, 2022
  1. {
  2.   "eventType": "solidcard.topup",
  3.   "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "txn-ee42d068-afa7-4f1b-a339-b00580b63ef8",
  7.     "txnType": "debit",
  8.     "title": "Top up",
  9.     "amount": "-20.00",
  10.     "transferType": "solidCard",
  11.     "subType": "topup",
  12.     "description": "",
  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": "540.55",
  18.     "intrabank": null,
  19.     "ach": null,
  20.     "card": null,
  21.     "createdAt": "2022-10-16T18:00:31Z",
  22.     "modifiedAt": "2022-10-16T18:00:31Z",
  23.     "txnDate": "2022-10-16T18:00:31Z",
  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-4ccc00bd-44d8-4378-a449-5029e04d40ee",
  35.       "contactId": "con-41b5c690-d14d-4fe0-9f9a-e787bd01f102",
  36.       "name": "Solid Cards Testing"
  37.     },
  38.     "parentTransferId": "tra-5927fce1-290a-41a4-bdc3-882e13087da4",
  39.     "enrichedData": null,
  40.     "familyId": "fam-d8b5d10e-9bc0-4c5d-9ecd-3ef95bf8f2fa",
  41.     "buy": null,
  42.     "sell": null
  43.   }
  44. }