Create a charge basket
Charging: Baskets
Create a charge basket
Create a new charge basket for collecting billable charges against an account.
POST
Create a charge basket
Request Structure
Required Fields
| Field | Description |
|---|---|
account_id | Account to associate the basket with |
charge_card_id | Charge card (billing profile) to use |
start_at | Start date/time for the billing period |
Optional Fields
| Field | Description |
|---|---|
end_at | End date/time for the billing period |
status | Basket status: OPEN or CLOSED (defaults to OPEN) |
Important Notes
- Each account typically has one open basket at a time
- The
invoice_statusfield is system-managed and cannot be set via the API
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Charge Basket created successfully

