Billing Accounts
Update Billing Account
Updates the details of a billing account, which will also sync the changes to the corresponding Stripe Customer object.
PATCH
Update Billing Account
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
The unique identifier for the billing account (Stripe customer ID).
Example:
"cus_abc123"
Body
application/json
Response
200 - application/json
Billing account updated successfully.
The response is of type object
.
Update Billing Account