Webhook Sample: card.updated

Webhook sample for card information updates
Webhooks
Webhook Sample: card.updated
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "card.updated",
  3.   "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "crd-4cef8915-56a0-4e86-a6d3-5cdd2986fc77",
  7.     "accountId": "",
  8.     "businessId": "",
  9.     "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  10.     "cardholder": {
  11.       "id": "chd-c4902a8b-3796-4f31-b0e3-023f54491368",
  12.       "personId": "per-c1df28cb-a889-41ea-9ab3-6b33c8985c0f",
  13.       "billingAddress": {
  14.         "addressType": "billing",
  15.         "line1": "123 Main St",
  16.         "line2": "",
  17.         "city": "San Mateo",
  18.         "state": "CA",
  19.         "country": "US",
  20.         "postalCode": "94401"
  21.       },
  22.       "createdAt": "2022-06-21T14:34:50Z",
  23.       "modifiedAt": "2022-09-16T19:10:13Z",
  24.       "name": "Jane Doe"
  25.     },
  26.     "cardType": "virtual",
  27.     "label": "USDT Card",
  28.     "limitAmount": "120.00",
  29.     "limitInterval": "weekly",
  30.     "shipping": null,
  31.     "currency": "USDT",
  32.     "expiryMonth": "09",
  33.     "expiryYear": "2024",
  34.     "last4": "3196",
  35.     "cardStatus": "inactive",
  36.     "activatedAt": "2022-09-16T19:03:45Z",
  37.     "createdAt": "2022-09-16T19:03:45Z",
  38.     "modifiedAt": "2022-10-16T16:05:10Z",
  39.     "createdPersonId": "per-c1df28cb-a889-41ea-9ab3-6b33c8985c0f",
  40.     "metadata": null,
  41.     "bin": "credit",
  42.     "allowedCategories": null,
  43.     "availableLimit": "",
  44.     "blockedCategories": null,
  45.     "embossingPerson": "",
  46.     "embossingBusiness": "",
  47.     "theme": "",
  48.     "atmAccess": true,
  49.     "allowedMerchants": null,
  50.     "blockedMerchants": null,
  51.     "walletId": "cpw-c11d6d61-5d5e-4809-83a5-cd6899666803",
  52.     "familyId": ""
  53.   }
  54. }