Create a charge card
Charging: Configuration
Create a charge card
Create a new charge card billing profile.
POST
Create a charge card
Request Structure
Required Fields
| Field | Description |
|---|---|
code | Unique code for the charge card (1-30 chars) |
name | Display name for the charge card (max 50 chars) |
Optional Fields
| Field | Description |
|---|---|
active | Whether the charge card is active (defaults to true) |
description | Description of the billing profile |
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 Card created successfully

