Authorizations
Enter your JWT in the format: Bearer {token}
Path Parameters
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the billing account, which corresponds to a Stripe Customer ID (cus_...).
"cus_a1b2c3d4e5f6g7h8"
Body
The new name for the billing account.
"ACME Corp (International)"
The new primary billing email address.
"global.billing@acme.com"
The new billing contact phone number.
"+15559876543"
An updated description for the billing account.
"Primary account for all international billing."
Response
The updated billing account object.
Unique identifier for the billing account (Stripe Customer ID), prefixed with cus_.
"cus_a1b2c3d4e5f6g7h8"
The ID of the workspace this billing account belongs to.
"ws_a1b2c3d4e5f6g7h8"
The name of the billing account.
"ACME Corp Billing"
The primary billing email address.
"billing@acme.com"
The billing contact phone number.
"+15551234567"
An optional description for the billing account.
"For US-based operations"
The three-letter ISO currency code for the billing account.
usd, zar, eur, gbp, aud "usd"
The timestamp when the billing account was created.
"2025-10-29T00:40:06.000000Z"
The timestamp when the billing account was last updated.
"2025-10-29T00:40:06.000000Z"