#noble
1 messages · Page 1 of 1 (latest)
Hmm, for that particular email I'm not sure
You mean the X-day pre-renewal reminder?
Yes
I don't believe so, let me check
Doesn't seem to be an audit trail for the email, just the invoice.upcoming event (if configured)
Ouch, ok
We have an e-commerce platform where in customers can purchase products with a flat delivery charge. However, if they opt to purchase a subscription, the delivery charge is reduced.
For new customers, when they place their first order, they have an option to opt to add-on subscription to their purchase.
Now the total amount to be paid is essentially for the order + the cost of subscription for the first month.
We could not find an option to do this ideally. Have figured out a work around.
We are currently activating the trial plan for first month and the amount is collected as a part of the order.
The first payment of the subscription on Stripe essentially happens at the start of Month 2.
However, the payment was collected at the start of Month 1 itself.
Is there a better way to implement this?
PS - We do not want the user to go to the Stripe platform twice for the authorization of auto renewal for subscription. We are using Stripe's interface for order payment.
How are you integrating?
We're using Stripe's payment page itself.
You can check using a demo transaction on our staging environment
You can use a US disposable number for sign up
Checkout? Elements?
Checkout
Can you share an example Checkout Session ID cs_xxx for how you're currently creating sessions
Let me see if I can get it with my developer
You can do a mixed cart with a one-time and subscription session: https://stripe.com/docs/payments/checkout/how-checkout-works#mixed
Not sure if that's what you're referencing, but sounds like it