#nosorioa97
1 messages ยท Page 1 of 1 (latest)
Good question, checking in to that and I will get back to you
I am still looking in to this, I am consulting colleagues on this and will get back to you
No rush, thanks a lot
@finite valve apologies for the wait, thanks for your patience
For this, you can set off_session: true when creating or confirming your payment intents. https://stripe.com/docs/api/payment_intents/create#create_payment_intent-off_session
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great! Thank you so much, I'll take a look at it
@lusty crater I've got another question. We're currently migrating users from our inhouse system to Stripe Billing. However, our successful rate is almost 60% because Stripe declines some payment methods (most of those rejections are soft declines). Does the info you just sent to me allow us to migrate those users without these rejections?
HI ๐
If you are migrating Payment Methods you can try passing the undocumented parameter validate=false when creating the Payment Method objects in Stripe.
Great! Thank youu