Register a new business.
POST /api/v1/businesses/create-business
Creates a new business profile. Once created, you can configure widgets, webhook endpoints, and settlement accounts for the business.
Parameters
Body
| Name | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Business name, 1–128 characters |
Request example
Response
Response schema
| Field | Type | Description |
|---|---|---|
id | string | Business identifier |
name | string | Business name |
status | string | Business status |
createdAt | string | ISO 8601 creation timestamp |