Customers
Create Customer
This endpoint creates a new customer
POST
/
v1
/
customers
Body
id
string
This is the id of the customer
email
string
This is the email of the customer
firstName
string
This is the first body of the customer
lastName
string
This is the last body of the customer
phone
string
This is the phone number of the customer
stripe_customer_id
string
This is the stripe customer id of the customer
timestamp
string
This is the timestamp of the customer
activationDate
string
This is the activation date of the customer
Response
id
string
This is the id of the customer
email
string
This is the email of the customer
firstName
string
This is the first name of the customer
lastName
string
This is the last name of the customer
phone
string
This is the phone number of the customer
stripe_customer_id
string
This is the stripe customer id of the customer
timestamp
string
This is the timestamp of the customer
activationDate
string
This is the activation date of the customer