Webhook
business.created
Body
application/json
- Type: stringbusiness
_id Unique identifier for the business, used as
business_idin API requests. - Type: objectdata
The resource this event is about. The resource type is the JSON key and the resource object is the value. Sensitive tax and government ID numbers may be omitted from webhook payloads but remain available through the API; bank account events include account and routing numbers.
- enumtypeconst:business.created
Webhook event type, combining the entity name and action.
values- business
.created
Responses
- 200
Return HTTP 200 to acknowledge receipt.
Request Example for postbusiness.created
{
"type": "business.created",
"data": {
"business": {
"id": "",
"created_at": "2022-01-01T00:00:00.000Z",
"updated_at": "2022-01-01T00:00:00.000Z",
"legal_name": "Treasure Financial",
"doing_business_as": "Treasure",
"status": "PENDING",
"sub_status": "",
"user_data": {
"additionalProperty": "anything"
}
}
},
"business_id": ""
}
No Body
