Create a customer
POST/api/v1/customers
Register a new customer. Fields document_type, country_code, and gender are case-insensitive (uppercased internally, returned lowercased).
Request
Responses
- 200
- 400
- 401
- 403
- 422
Customer created
Validation error or customer already exists
Authentication credentials are missing or invalid
Authenticated but not authorized for this resource
Request validation failed