---
title: "Owned account status webhook notification"
slug: "owned-account-status-webhook-notification"
updated: 2026-01-08T07:25:47Z
published: 2026-01-08T07:25:49Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xendit.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Owned account status webhook notification

Post/your_xenplatform_owned_webhook_url

A webhook event sent when your `OWNED` sub-account has been successfully created

Body parameters<select class='api-response-data' aria-label='Media type'><option value='d222389a-4db9-4b6c-b851-92c3f5b8c11a'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='61b18e28-cf2c-4a52-993d-90e1bddc578c'>Account Created</option>
</select>Account Created

```json
{
  "event": "account.created",
  "created": "2021-01-01T10:00:00Z",
  "data": {
    "id": "5cafeb170a2b18519b1b8761",
    "created": "2021-01-01T10:00:00Z",
    "updated": "2021-01-01T10:00:00Z",
    "type": "OWNED",
    "email": "test@xendit.co",
    "public_profile": {
      "business_name": "My Store"
    },
    "country": "ID",
    "status": "LIVE"
  }
}
```

Expand Allobject  eventstring    

Your `OWNED` sub-account has been successfully created

Valid values[
  "account.created"
]Exampleaccount.created
business_idstring    

ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account

createdstring    

Timestamp of when the webhook was sent

updatedstring    

Timestamp of when the webhook was updated

dataobject (CreateAccountResponseSchema)  idstring    

ID of your Account, use this in the for-user-id header to create transactions on behalf of your Account

createdstring  (date-time)    

Timestamp of when the object was created

updatedstring  (date-time)    

Timestamp of when the object was updated

typestring    

The type of account created

Valid values[
  "MANAGED",
  "OWNED"
]
emailstring  (email)    

A valid email address associated with the object

Max length255Exampletest@example.co
public_profileobject (public_profile)  business_namestring    

Public name of the account.

descriptionstring    

Additional description visible publicly.

countrystring    

The country (based on ISO 3166-1 Alpha-2) of incorporation for a business, or the country of residence for an individual.

Valid values[
  "ID",
  "PH",
  "VN",
  "MY",
  "TH"
]
statusstring    

Status of the Account you are creating.

Valid values[
  "INVITED",
  "REGISTERED",
  "AWAITING_DOCS",
  "PENDING_VERIFICATION",
  "LIVE",
  "SUSPENDED"
]

Responses200

OK

400

Bad Request - Invalid webhook payload
