#moh-subscription-discount
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Hi
Can you explain the individual steps you are taking to create Subscriptions?
sure, following are the steps:
Creating a subscription on server side to get latest_invoice paymentIntent
Trying to modify that subscription to apply promo code
Call confirmPayment from client side on created subscription to make payment.
Can you share an API request ID for these actions? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Okay so you first create a Subscription for a single item
And then you add a coupon with proration_behavior: 'always_invoice'
https://dashboard.stripe.com/test/logs/req_HAllm7W9MbxjHr
What is the behavior you are seeing and how is it different from what you expect?
moh-subscription-discount