Change the Stripe subscription price
Generates a new preview of the price that Stripe will charge the customer if they create a new subscription for the specified plan. Note: This method does not create any entities in Stripe and does not result in any payments being made.
post/zephr/payment/stripe/subscriptions/{externalId}/change-previews
Path parameters
externalIdstring required
Request body
Response
OK
Example response
{
"total": 5000,
"sub_total": 4500
}Changes
No recorded changes to this endpoint across all 1 revision of this API.