Added

price param added to the checkout API

A new body param as price is added in the checkout api endpoint which let you add the base price of the prorated product that needs to be charged in the subscription contract currency.

Body params explained:

  • price: Base price of the product in the subscription contract currency.
  • storeprice: Base price of the product in the store currency.

Note: Both the params are supported but only one can be used during a query.

Learn more about the API endpoint in this guide: Link