#barnabus-subs
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- barnabus121, 17 hours ago, 6 messages
Yeah you should do the first subscription payment with customer on-session where possible
So i think it makes the most sense to collect payment method on the first subscription payment
Then do the other 2 payment intents off session
But then the customer would see 19.90EUR right? Is there really no way to do the 3.90EUR first?
I assume this is bc of 3DS?
I don't see 3ds needed anywhere
In the above pi
But generally yeah that's why you should do subscriptions with customer on-line
Okay so what's the reason for that subscription not working?
You passed default_incomplete: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
With that behavior you'll need to confirm the underlying payment intent before payment is attempted
If I didn't set default_incomplete would it have worked?
Yeah try it
Okay
TY!!
Super sorry, but could you show me where we passed default_incomplete? I'm looking at the request and can't see it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Lifesaver ๐
So stripe automatically adds the default_incomplete. How do I remove it?
๐ hopping in here since codename_duchess has to head out soon
Stripe wouldn't add default_incomplete for you automatically - if your'e not specifically setting it, it could be laravel cashier setting it
barnabus-subs
Hmm okay
So the options to fix the subscription are removing default_incomplete parameter or confirming the PI before payment is attempted
correct
Thx!
If it helps, it does look like laravel cashier is the one setting it based on. their docs, and they have guidance here (https://github.com/laravel/cashier-stripe/blob/0edb532daca386ca1c03af7d8c08de1357528286/UPGRADE.md#new-subscription-behavior) on how to switch back to allow_incomplete
pi_3OKktIJ7qIsP2ydu1Qpkxf1b - so this one is for 3.90EUR - not subscriptions but they keep failing. I know it says it's an issuing bank thing but is it really?