Create a billing package for period-based charges. Supports two types — volume (transaction count-based) and maintenance (per-account fixed fee).
The unique identifier of the Organization associated with the request.
"019c96a0-0a98-7287-9a31-786e0809c769"
The authorization token in the 'Bearer
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
The type of media of the resource. Must be application/json.
"application/json"
Request body to create a billing package. Fields vary by type.
Name of the billing package.
Ledger that records the billing transactions.
Billing type: volume or maintenance.
volume, maintenance Whether the package is active.
Optional description.
(Volume only) Filter for which transactions to count.
(Volume only) Pricing model.
tiered, fixed (Volume only) Quantity ranges and unit prices.
(Volume only) Transactions exempt before charging.
(Volume only) Progressive discount thresholds.
(Volume only) How transactions are grouped.
perRoute, perAccount Currency code (e.g., BRL).
(Volume only) Account to debit.
(Volume only) Account to credit.
(Maintenance only) Fixed fee per active account.
(Maintenance only) Account that receives the fee.
(Maintenance only) Target accounts. Use exactly one property.
Billing package created successfully.
Unique identifier of the billing package.
volume, maintenance