Customers Update an existing customer

Updates a customer in Stripe

PUT
/billing/api/v1/subscriptions/customers/{org_id}

Path Parameters

org_idstringrequired

Organization ID


Request Body

Customer data

Required

emailstring

namestring

Example:

{
  "email": "string",
  "name": "string"
}

Responses

200
OK

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
404
Not Found

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}