Customers
Create a customer
Creates new customer.
Do not create customers via this endpoint unless you are performing a bulk import from your system or have been advised by FlatPeak support. Instead, use Connect, which will automatically create customers as part of its flow.
POST
Authorizations
Body
Create a customer
A reference that is meaningful to you, for example, an ID from your system.
Example:
"CUS1234567890"
Response
201
application/json
This object represents a customer of your business.
FlatPeak unique object Id.
Example:
"cus_65e421d1daa4a24082b4f590"
Represents the object’s type.
Example:
"customer"
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
Time when the object was created, in UTC.
Example:
"2021-05-05T05:37:27Z"
FlatPeak unique account id
Example:
"acc_65e421bed29d88d9012e0662"
A reference that is meaningful to you, for example, an ID from your system.
Example:
"CUS1234567890"
An array of FlatPeak location IDs that are associated with this object.
Was this page helpful?