#builderx
1 messages · Page 1 of 1 (latest)
HI 👋
How are you creating your subscriptions?
We give them a stripe payment page to subscribe for the free trial (checkout session)
Okay so I was asking how you are creating subscriptions and, in this case, you are using a Checkout Session. I don't think we allow for an pre-authorization with Susbcriptions. The configurations necessary on the Payment Intent are not available.
I've seen other businesses that use stripe and do preauthorizations for subscriptions
Is there any way we could do it?
I'm not aware of any. The only way I know of to create pre-auths is directly using Payment Intents
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#authorize-only
And creating pre-auths and canceling the payment intent can lead to more disputes and rejections from card issuers
For reference here is another company. They do preauthorizations but they don't use checkout sessions
Ok, no problem
Thank you
Right. They are probably using this guide https://stripe.com/docs/payments/place-a-hold-on-a-payment-method and doing something on their end to either track the trial themselves or connect the initial payment intent to the subscription in their own integration