Create StandardCredit account

Create a new customer account

CreateAccount creates a new customer account with multipart/form-data

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 255

An identifier for the user’s device.
This id will be required to obtain authentication tokens to
communicate with other endpoints (Authorization-customer header)

string
required
length ≤ 255

The customer's email address

string
required
length ≤ 255
string
length ≤ 255

The customer's middle name

string
required
length ≤ 255

The customer's last name

string
length ≤ 255

The customer's second last name, if applicable

int64
enum
required

1 = female
2 = male
3 = other

Allowed:
int64
enum
required

Know Your Customer (KYC) level. Should always be set to 1

Allowed:
int64
required
1000000000 to 9999999999

The customer's mobile phone number

string
^\+[0-9]{1,3}$

Optional country calling code for the mobile number. The leading “+” may be included or omitted. If no value is provided, the default country code +52 is assumed.

string
required

A password hash

string
required
^[A-Za-z0-9]{13}$

The customer’s Registro Federal de Contribuyentes (RFC)

string
^[0-9]{1,5}$

The customer’s zipcode

Headers
string
required

OAuth token belonging to the e-commerce

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*