Webhook
VX will fire a webhook to your defined endpoint after each components execution through the journey.
Payload
{
"fn": "Avery",
"ln": "Langley",
"addr": "742 Evergreen Terrace",
"city": "Springfield",
"state": "IL",
"zip": "62704",
"dob": "19840224",
"ssn": "",
"email": "[email protected]",
"phone": "3125550198",
"reference": "",
"status": "PENDING",
"request_id": "e7a5f0d4-1234-5678-9abc-def012345678",
"additionalData": {
"customKey": "customValue"
},
"dcams_plus": {
"document_data": {},
"output": {
"vpin": {},
"age_estimate": "",
"spoof_score": ""
},
"api_processing_error": false,
"service": "PhoneMatch5.0.Smart2FA.SMS",
"confirmation": 206978022,
"action": "FAIL",
"detail": "FAILED OUT-OF-BAND CHECK",
"issues": []
},
"storage": {
"success": null
},
"journey": {
"stops": [
{
"timestamp": "2025-10-04 22:17:55.122089",
"type": "NEW REGISTRATION",
"source": "",
"status": "",
"action": "",
"detail": ""
},
{
"timestamp": "2025-10-04 22:18:50.543719",
"type": "Data Service",
"source": "PhoneMatch5.0.Smart2FA.SMS",
"status": "PENDING",
"action": "PENDING",
"detail": "MORE INFORMATION IS REQUIRED"
},
{
"timestamp": "2025-10-04 22:19:09.127088",
"type": "Data Service",
"source": "PhoneMatch5.0.Smart2FA.SMS",
"status": "PENDING",
"action": "FAIL",
"detail": "FAILED OUT-OF-BAND CHECK"
}
],
"duration": "00h 01m 14s"
},
"documents": null
}Field Reference
Field
Type
Description
Securing the Webhook
Last updated