Webhook Sample: card.wallet.updated

Webhook sample for when a digital wallet is updated
Webhooks
Webhook Sample: card.wallet.updated
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "card.wallet.updated",
  3.   "programId": "prg-cb1f51f9-f2a4-4e94-8a8f-93b5f683857e",
  4.   "env": "test",
  5.   "data": {
  6.     "id": "cwt-e61578bb-e8fa-4616-8cc2-aa193b6274ee",
  7.     "deviceNumber": "000000000012109",
  8.     "deviceName": "samsung - SM-M53",
  9.     "expiry": "2028-05-01T00:00:00Z",
  10.     "status": "active",
  11.     "wallet": "googlePay",
  12.     "card": {
  13.       "id": "crd-8d9c9a55-5056-4f92-988c-c7241e117f85",
  14.       "accountId": "acc-30a2cbfb-a348-4eb4-9a1a-67d927aac20e",
  15.       "businessId": "",
  16.       "programId": "prg-cb1f51f9-f2a4-4e94-8a8f-93b5f683857e",
  17.       "cardholder": {
  18.         "id": "chd-47262d36-93bd-4c8c-9c21-561c9868b5a8",
  19.         "personId": "per-b61a2fe2-ddbc-41e2-8c74-78ccf8ac6e2a",
  20.         "billingAddress": {
  21.           "addressType": "billing",
  22.           "line1": "1351 Byron St",
  23.           "line2": "",
  24.           "city": "Palo Alto",
  25.           "state": "CA",
  26.           "country": "US",
  27.           "postalCode": "94301"
  28.         },
  29.         "createdAt": "2021-10-21T12:23:45Z",
  30.         "modifiedAt": "2022-10-03T04:47:30Z",
  31.         "name": "John Doe"
  32.       },
  33.       "cardType": "virtual",
  34.       "label": "12May I2C-virtual-Card",
  35.       "limitAmount": "1000.00",
  36.       "limitInterval": "monthly",
  37.       "shipping": null,
  38.       "currency": "USD",
  39.       "expiryMonth": "05",
  40.       "expiryYear": "2025",
  41.       "last4": "3411",
  42.       "cardStatus": "active",
  43.       "activatedAt": "2022-05-12T12:06:33Z",
  44.       "createdAt": "2022-05-12T12:06:33Z",
  45.       "modifiedAt": "2022-05-12T12:06:33Z",
  46.       "createdPersonId": "per-b61a2fe2-ddbc-41e2-8c74-78ccf8ac6e2a",
  47.       "metadata": null,
  48.       "bin": "debit",
  49.       "allowedCategories": null,
  50.       "availableLimit": "",
  51.       "blockedCategories": null,
  52.       "embossingPerson": "",
  53.       "embossingBusiness": "",
  54.       "theme": "",
  55.       "atmAccess": true,
  56.       "allowedMerchants": null,
  57.       "blockedMerchants": null,
  58.       "walletId": "",
  59.       "familyId": ""
  60.     }
  61.   }
  62. }