Webhook Sample: contact.created

Webhook sample for contact creation
Webhooks
Webhook Sample: contact.created
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "contact.created",
  3.   "data": {
  4.     "id": "con-6caacb6d-f9f1-40dd-9fdc-30a063545f7d",
  5.     "accountId": "acc-e6d642b0-8a7a-4985-bc9e-b664a0a71fea",
  6.     "name": "Johnny Contact",
  7.     "email": "johnny@solidfi.com",
  8.     "phone": "+18185551212",
  9.     "status": "active",
  10.     "intrabank": null,
  11.     "ach": null,
  12.     "createdAt": "2022-10-16T16:30:42Z",
  13.     "modifiedAt": "2022-10-16T16:30:42Z",
  14.     "wire": null,
  15.     "check": null,
  16.     "card": {
  17.       "address": {
  18.         "addressType": "card",
  19.         "line1": "1234 N Main St",
  20.         "line2": "",
  21.         "city": "Los Angeles",
  22.         "state": "CA",
  23.         "country": "US",
  24.         "postalCode": "90001"
  25.       }
  26.     },
  27.     "type": "others",
  28.     "metadata": null,
  29.     "programId": "prg-ddb08641-6565-465d-ba94-ed199497299f",
  30.     "debitCard": {
  31.       "cardNumber": "",
  32.       "last4": "",
  33.       "expiryMonth": "",
  34.       "expiryYear": "",
  35.       "address": null,
  36.       "pull": null,
  37.       "push": null
  38.     }
  39.   }
  40. }