A webhook event sent when your OWNED sub-account has been successfully created
{
"event": "account.created",
"created": "2026-06-19T04:50:51.967Z",
"business_id": "68b65fa5c2d38abe0de734ce",
"data": {
"id": "6a34caaa8a9c47963f1b7abc",
"type": "OWNED",
"email": "email+owned+id01@example.com",
"status": "LIVE",
"country": "ID",
"created": "2026-06-19T04:50:50.223Z",
"updated": "2026-06-19T04:50:51.705Z",
"reference_id": "samplereferenceid0001",
"public_profile": {
"business_name": "Test Submerchant OWNED id001"
}
}
}Your OWNED sub-account has been successfully created
ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account
Timestamp of when the webhook was sent
Timestamp of when the webhook was updated
ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account
Timestamp of when the object was created
Timestamp of when the object was updated
The type of account created
A valid email address associated with the object
Public name of the account.
Additional description visible publicly.
The country (based on ISO 3166-1 Alpha-2) of incorporation for a business, or the country of residence for an individual.
Status of the Account you are creating.
Your reference for the sub-account, if one was provided on creation
OK
Bad Request - Invalid webhook payload