This endpoint specifies what will be sent to your Company Onboarding Webhook. Zeal POSTs a request containing a The Company Object once they complete the onboarding process. You can update and test the webhook URL you want Zeal to hit in the 'API' page of the Zeal Dashboard.
Request Body
attributes | type | description |
---|---|---|
webhook_correlation_id | string | Webhook correlation ID that was set when creating the company onboarding link for this onboarding session. |
Other The Company Object fields
Returns
Doesn't return anything but rather POSTs The Company Object to your webhook URL
Raw Content Example
{
"companyID": "083472985",
"business_name": "Test Company",
"first_name": "erlich",
"last_name": "bachman",
"email": "[email protected]",
"business_ein": "123456789",
"business_address": "1 Market St.",
"business_city": "San Francisco",
"business_state": "CA",
"business_zip": "10000",
"account_number": "567789343",
"routing_number": "567789343",
"test_key": "1086574920092734748",
"live_key": "0983571019387658302"
}