#Jonas Reif-checkout-button-text

1 messages · Page 1 of 1 (latest)

pallid wren
#

Hello 👋

dark marlin
#

Hello 🤚

#

Even better would be to be able to set a "cancel_at" to the checkout session🙏

pallid wren
#

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 in subscription mode 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?

dark marlin
#

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

pulsar bane
dark marlin
pallid wren
#

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

dark marlin
pallid wren
#

that is correct but you can create a schedule from an existing subscription (ie. after your user has gone through checkout flow)

dark marlin
#

So you mean I make a checkout flow with a monthly subscription and then create on our backend a subscription schedule?

pallid wren
#

yes

dark marlin
pallid wren
#

Just to clarify, do you mean using orders API to build a custom checkout flow?

dark marlin
#

Yes correct

pallid wren
#

yeah Orders API currently doesn't support subscriptions

dark marlin
#

ok...