post
https://api.balampay.com/sandbox/v1/users
Create a new user (individual or business) in the system.
Verification Process: When a user is created, an automatic verification process is triggered. The verification:
- Evaluates the user's information against compliance requirements
- Determines which products/services the user is eligible for
- Sends webhook notifications with verification results and eligible products
Webhook Notifications: You will receive the following webhook events:
user.created- User successfully created, verification starteduser.verification.accepted- Verification approved, includes list of eligible products with limitsuser.verification.failed- Verification rejected, includes failure reason
Authentication: Both x-api-key header and Authorization: Bearer <token> header are required.
