Create a customer
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Full name of the customer.
1Primary email address of the customer.
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Optional government-issued document information for the customer.
Optional customer phone number in E.164-like numeric format with 11 digits.
^\d{11}$Optional external reference from your system used to correlate this customer.
Optional billing or residential address of the customer.
Optional IP address associated with the customer creation request.
Success
Generic success response payload.