Skip to main content
POST
Create Customer

Authorizations

Authorization
string
header
required

Use your Fractal API credentials.

Username = Client ID Password = Secret Key

Sandbox credentials can be generated from the Test Portal.

Body

application/json
first_name
string
required
Example:

"John"

merchant_key
string
required

The merchant's unique key. Returned in the merchant_key field of the get merchants by client call.

Example:

"{{merchant_key}}"

email
string
Example:

"john@fractal.com"

last_name
string
Example:

"Doe"

phone_number
string
Example:

"5134140000"

Response

200 - application/json

Create Customer

data
object
message
string
Example:

"Customer added successfully"

result
boolean
Example:

true