Create Customer
1 | create_customer(authorization, ...)
|
authorization |
set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY" |
... |
Body Params |
email |
string. REQUIRED Customer's email address |
first_name |
string. Customer's first name |
last_name |
string. Customer's last name |
phone |
string. Customer's phone number |
metadata |
object. A set of key/value pairs that you can attach to the customer. It can be used to store additional information in a structured format. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.