Create Customer

Use this endpoint to create a customer with a score or line of credit and associate that score with a product. Then, create an account card and a credit card on the processor and associate the account card with a product, a score, and a customer on MO. Note: Our sandbox is configured with Galileo as the processor. However, to ensure flexibility and adaptability when using different processors, below are some examples of how the service should be called when the processor is Pomelo or Dock. This ensures that, regardless of the processor configuration, the service can be invoked correctly, regardless of differences in implementations or architectures.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to create a customer with a score or line of credit and associate that score with a product. Then, create an account card and a credit card on the processor and associate the account card with a product, a score, and a customer on MO.

Note

The onboarding process may differ depending on the processor and the configurations required by the program manager.

Response object description

Access the recipe to get the response description.

Body Params
int32
required
Defaults to 10000

Line of credit for the credit card account. Also called open to buy or OTB on the processors.

string
required
Defaults to 68acfc54-3a4b-4e40-90f0-260bdbc7467b

Product identifier given by MO. Remember that products are created in advance and represent segments of scores or line of credits.

string
required
length ≤ 45
Defaults to motest88

External identifier provided by the program manager for the customer. Your string cannot contain special characters

string
required
Defaults to Jon

First name of the customer. Your string can only contain letters, spaces and single quotes.

string
Defaults to Jr

Middle name of the customer. Your string can only contain letters, spaces and single quotes.

string
required
Defaults to Snow

Last name of the customer. Your string can only contain letters, spaces and single quotes.

string
required
Defaults to Toronto

City that the customer registered on the application. Your string can only contain letters

string
required
Defaults to 218 Lawrence Stree

Address registered by the customer on the application. Only accepts alphanumeric characters

string
required
Defaults to 12345

Postal code of the address that the customer registered on the application. Only accepts alphanumeric characters and hyphens

string
required
Defaults to 2

Maximum payment day or due date chosen by the customer on the application. Available options depend on the dates selected by the program manager.

string
required
Defaults to mo@movers.com

Email that the customer registered on the application.

string
required
Defaults to 123456789

Phone number that the customer registered on the application.

string
required
Defaults to 987654321

Identification number that the customer registered on the application.

string
required
Defaults to passport

Identification type that the customer registered on the application.

json
Defaults to { "birthdate": "1980-04-05", "nationality": "COL", "gender": "MALE", "region": "Bogota", "display_color": "red" }

Depending on the processor, it is likely that certain types of information will need to be sent in the others section. For example, in the case of Dock, it is necessary to include administrative_area_code, country_code, and display_name in the others section. For Pomelo, it is required to include gender, birthdate, and nationality. Therefore, depending on the configuration and the processor, certain fields may need to be sent in this section.

Headers
string
required

Authorization token given by MO to the program manager.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json