Update a subscription item

Updates an item of a subscription. Pass quantity to change the number of units, and price_data to replace the item's price with a newly created one. When the subscription has other items, the new price must match their currency and recurring interval; you can freely replace the price of a subscription's only item. Changes take effect on the subscription's next invoice, with no proration for the current billing period.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The id of the subscription the item belongs to.

string
required

The id of the subscription item to update.

Body Params
price_data
object

Definition of a new price for the item. Fintoc replaces the current price with a newly created one.

integer

Number of units of the price the item bills for. Must be greater than zero.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json