v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBSubscriptions
Create usage charge
Creates a one-off charge (quantity 1) against a usage product the account is subscribed to. The charge is processed asynchronously.
Important considerations:
- The usage product must already be subscribed on the account's usage subscription
- The price must exist on the usage product and be active
- Charges are rejected while the usage subscription is overdue (past due, unpaid, canceled, or incomplete-expired)
- The caller must be authorized for usage billing on the product
post/subscriptions/{subscriptionId}/usages/{usageId}/charges
Path parameters
subscriptionIdstring required
The unique identifier of the usage subscription
usageIdstring uuid required
The unique identifier of the usage product to charge
Request body
Response
When request is accepted. Returns a 'Link' object to the created charge.