Callbacks (Webhook Responses)
This is the Callbacks (Webhook Responses) page
Get Callbacks
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "init",
"event": "applicantCreated",
"order": "6687e2a3d49fe128f868203f",
"timestamp": "2024-07-05T12:10:20.741Z",
"kyc_token": "",
"account": "6687e2a3d49fe128f868203d",
"user_reference": "914a7ba2-fba8-44b7-a30c-9b332b4ce630",
"meta_data": {
"kyc_note": "The user is being created and KYC process is initiated.",
"kyc_status": "awaiting_approval"
},
"first_name": "",
"last_name": "",
"phone": "",
"email": "",
"country": ""
}{
"status": "init",
"event": "applicantPersonalInfoChanged",
"order": "6687e2a3d49fe128f868203f",
"timestamp": "2024-07-05T12:10:20.741Z",
"kyc_token": "",
"account": "6687e2a3d49fe128f868203d",
"user_reference": "914a7ba2-fba8-44b7-a30c-9b332b4ce630",
"meta_data": {
"kyc_note": "The user is being created and KYC process is initiated.",
"kyc_status": "awaiting_approval"
},
"first_name": "",
"last_name": "",
"phone": "",
"email": "",
"country": ""
}Key
Type
Description
Value
Last updated