Update Customer
1 | update_customer(authorization, id, ...)
|
authorization |
set_keys("", "SECRET_KEY")$secret, equivalent of "-H Authorization: Bearer SECRET_kEY" |
id |
string. REQUIRED Path Param. Unique customer_id to update |
... |
Body Params |
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.