Webhook Sample: transfer.updated

Webhook sample for when a transfer is updated
Webhooks
Webhook Sample: transfer.updated
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "transfer.updated",
  3.   "accountId": "acc-4cf2f505-8efd-450b-9548-b3729a33e26e",
  4.   "accountNumber": "",
  5.   "accountType": "",
  6.   "address": {
  7.     "addressType": "card",
  8.     "city": "Bronx",
  9.     "country": "US",
  10.     "line1": "1250 Waters Pl",
  11.     "line2": "",
  12.     "postalCode": "10461-2720",
  13.     "state": "NY"
  14.   },
  15.   "amount": "10.00",
  16.   "bankName": "",
  17.   "card": {
  18.     "accountId": "",
  19.     "activatedAt": "2022-09-28T06:07:30Z",
  20.     "allowedCategories": null,
  21.     "allowedMerchants": null,
  22.     "atmAccess": true,
  23.     "availableLimit": "10.00",
  24.     "bin": "debit",
  25.     "blockedCategories": null,
  26.     "blockedMerchants": null,
  27.     "businessId": "",
  28.     "cardStatus": "active",
  29.     "cardType": "virtual",
  30.     "cardholder": {
  31.       "billingAddress": {
  32.         "addressType": "billing",
  33.         "city": "Bronx",
  34.         "country": "US",
  35.         "line1": "1250 Waters Pl",
  36.         "line2": "",
  37.         "postalCode": "10461-2720",
  38.         "state": "NY"
  39.       },
  40.       "createdAt": "2022-02-21T05:35:26Z",
  41.       "id": "chd-2d9fa00e-828e-4d8f-87e8-fb705b46ba8c",
  42.       "modifiedAt": "2022-09-28T06:07:30Z",
  43.       "name": "shafeeq",
  44.       "personId": "per-a31bb35d-5adc-4e38-9274-9610038d9dab"
  45.     },
  46.     "createdAt": "2022-09-28T06:07:30Z",
  47.     "createdPersonId": "per-a31bb35d-5adc-4e38-9274-9610038d9dab",
  48.     "currency": "USD",
  49.     "embossingBusiness": "",
  50.     "embossingPerson": "",
  51.     "expiryMonth": "09",
  52.     "expiryYear": "2023",
  53.     "familyId": "",
  54.     "id": "crd-eb74d916-ebac-4f48-95b5-bfcdecffd485",
  55.     "label": "shafeeq",
  56.     "last4": "9207",
  57.     "limitAmount": "10.00",
  58.     "limitInterval": "allTime",
  59.     "metadata": null,
  60.     "modifiedAt": "2022-09-28T06:07:30Z",
  61.     "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  62.     "shipping": null,
  63.     "theme": "",
  64.     "walletId": ""
  65.   },
  66.   "contactId": "con-98577194-c1ba-4797-ab93-5dda66045fad",
  67.   "createdAt": "2022-09-28T06:07:22Z",
  68.   "description": "Virt",
  69.   "iban": "",
  70.   "id": "tra-166ff211-c221-4f11-8070-8797cc1a9ef9",
  71.   "metadata": null,
  72.   "modifiedAt": "2022-09-28T06:07:31Z",
  73.   "name": "shafeeq",
  74.   "parentTransferId": "",
  75.   "reviewCode": "",
  76.   "reviewMessage": "",
  77.   "routingNumber": "",
  78.   "status": "completed",
  79.   "title": "",
  80.   "transferSubType": "originated",
  81.   "transferType": "solidCard",
  82.   "transferredAt": "2022-09-28T06:07:22Z",
  83.   "txnType": "debit",
  84.   "type": "",
  85.   "valid": ""
  86. }