Join the Chargebee Developers Discord — Connect, ask questions, and build faster.Join
Idempotency Supported
Try in API ExplorerThis endpoint creates unbilled charges for a subscription.
Sample Request
URL Format
POST https://[site].chargebee.com/api/v2/unbilled_charges
Input Parameters
required, string, max chars=50
Identifier of the subscription for which this unbilled charges needs to be created.
required if Multicurrency is enabled, string, max chars=3
The currency code (ISO 4217 format) of the unbilled_charge.
Parameters for item_prices. Multiple item_prices can be passed by specifying unique indices.
pass parameters as
item_prices[<param name>][<idx:0..n>]Parameters for item_tiers. Multiple item_tiers can be passed by specifying unique indices.
pass parameters as
item_tiers[<param name>][<idx:0..n>]Parameters for charges. Multiple charges can be passed by specifying unique indices.
pass parameters as
charges[<param name>][<idx:0..n>]Returns
unbilled_chargesalways returned
Resource object representing unbilled_charge