v1
latestOpenAPI 3.0.32026-08-0623677345.2 KBBilling
Replace customer
Updates a customer. When the country has tax regulation, tax_id is read-only.
put/customers/{id}/
Request body
Response
Updated customer.
Example response
{
"id": "cus_01H8XYZ123ABC",
"country": {
"id": "CL",
"name": "Chile",
"code": "+56",
"currencies": [
"CLP"
]
},
"state": {
"country": "CL"
},
"currency": "CLP",
"contacts": [
{
"id": "con_01H8XYZ123ABC"
}
]
}