Customers
Update a customer
Update a customer
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Example:
"Bearer SECRET"
Path Parameters
Example:
"cus_12345"
Body
application/json
The customer id
The body is of type object
.
Response
200
application/json
Updated Customer
The response is of type object
.