Register a new customer account
Create a new customer account in the Lirium system. This endpoint supports two customer types: individual and business.
Customer Types
Individual Customers
For personal accounts. See Individual Customer for required fields and examples.
Business Customers
For company or organization accounts. See Business Customer for required fields and examples.
Common Fields
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Customer type: individual or business |
reference_id | string | Yes | Your unique identifier for this customer (up to 191 characters, case insensitive) |
contact.email | string | Yes | Customer's email address |
contact.cellphone | string | No | Customer's phone number |
Next Steps
After creating a customer:
- Complete KYC requirements - see KYC Flows
- Upload required documents - see Upload Document
- Once approved, customer can transact - see Create Order
