#Jonas Reif-checkout-button-text
1 messages · Page 1 of 1 (latest)
Hello 🤚
Even better would be to be able to set a "cancel_at" to the checkout session🙏
At the moment its always "Subscribe" for subscriptions. But we want to also offer a installment subscription for 3 month and some user have reported that "subscribe" is too confusing...
I don't think we support customization for checkout button insubscriptionmode at the moment.
Even better would be to be able to set a "cancel_at" to the checkout session🙏
Not sure I fully understand the usecase here, can you provide more context here?
ok. Yea just wanted to double check that, because I have not found any info in the Stripe Dashboard to customize this...
Not sure I fully understand the usecase here, can you provide more context here?
We have a high price product and want to offer the user a way of make a installment payment (by not using klarna, because klarna does not offer interest fee installments in germany atm).
So we thought about offering a 4 month time limited subscription.
So you split the hight price into 4 installments
Stripe natively supports payment installments, no need to repurpose a subscription, https://stripe.com/docs/payments/installments
https://stripe.com/docs/payments/installments
I think thats only possible for mexico.
We are based in germany and want to offer credit card and sepa_debit
That is correct, only supported in Mexico.
I don't think you can set a subscription cancel_at date while creating a session. I wonder if Subscription Schedules can help here
Yes thats what I also thought about.
But Stripe Checkout does not support Subscription Schedules (https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#installment-plans)
that is correct but you can create a schedule from an existing subscription (ie. after your user has gone through checkout flow)
So you mean I make a checkout flow with a monthly subscription and then create on our backend a subscription schedule?
yes
Ah ok, I think then by setting "from subscription":https://stripe.com/docs/api/subscription_schedules/create
I was also thinking about making a custom checkout page, but I think https://stripe.com/docs/orders are not supporting subscriptions atm right?
Just to clarify, do you mean using orders API to build a custom checkout flow?
Yes correct
yeah Orders API currently doesn't support subscriptions
ok...