Billing Accounts
Create Billing Account
Creates a new billing account (and a corresponding Stripe Customer).
single
mode: Only 1 billing account is allowed per workspace.pooled
/assigned
modes: A maximum of 10 billing accounts are allowed.
POST
Create Billing Account
Authorizations
Auth0 JWT token for user authentication.
Path Parameters
The unique identifier for the workspace.
Example:
"ws_abc123"
Body
application/json
Response
201
application/json
Billing account created successfully.
The response is of type object
.
Create Billing Account