Webhook Sample: solidcard.delivered

Webhook sample for delivery of Send a Card (Solid card)
Webhooks
Webhook Sample: solidcard.delivered
 last updated: 
October 16, 2022
  1. {
  2.   "eventType": "solidcard.delivered",
  3.   "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "crd-f6f9afec-fd26-4627-90ae-9bf2650d2160",
  7.     "accountId": "",
  8.     "businessId": "",
  9.     "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  10.     "cardholder": {
  11.       "id": "chd-b41916d8-0a47-4abe-a248-12caff5d006d",
  12.       "personId": "",
  13.       "billingAddress": {
  14.         "addressType": "billing",
  15.         "line1": "123 Main St",
  16.         "line2": "",
  17.         "city": "Los Angeles",
  18.         "state": "CA",
  19.         "country": "US",
  20.         "postalCode": "90001"
  21.       },
  22.       "createdAt": "2022-10-16T17:55:05Z",
  23.       "modifiedAt": "2022-10-16T17:55:05Z",
  24.       "name": "Solid Cards Testing"
  25.     },
  26.     "cardType": "virtual",
  27.     "label": "Jane",
  28.     "limitAmount": "20.00",
  29.     "limitInterval": "allTime",
  30.     "shipping": null,
  31.     "currency": "USD",
  32.     "expiryMonth": "10",
  33.     "expiryYear": "2023",
  34.     "last4": "1546",
  35.     "cardStatus": "active",
  36.     "activatedAt": "2022-10-16T17:55:05Z",
  37.     "createdAt": "2022-10-16T17:55:05Z",
  38.     "modifiedAt": "2022-10-16T17:55:05Z",
  39.     "createdPersonId": "per-c1df28cb-a889-41ea-9ab3-6b33c8985c0f",
  40.     "metadata": null,
  41.     "bin": "debit",
  42.     "allowedCategories": null,
  43.     "availableLimit": "20.00",
  44.     "blockedCategories": null,
  45.     "embossingPerson": "",
  46.     "embossingBusiness": "",
  47.     "theme": "",
  48.     "atmAccess": true,
  49.     "allowedMerchants": null,
  50.     "blockedMerchants": null,
  51.     "walletId": "",
  52.     "familyId": ""
  53.   }
  54. }