#schavan
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you share request IDs for these?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Request Log: req_BBgBjfWXVKwTRP
You're setting setup_future_usage to on_session here
Is that intended? Is your customer around to complete the payment?
But same transaction we did on 23rd Jan 2023 that time it was working without passing CustomerId and using same input parameter for PaymentIntent creation. this is log for successfull transaction on 23rd Jan: https://dashboard.stripe.com/test/logs/req_KOD1sURJDtuBsa
Our question is, it was working on 23rd Jan 2023 and what happened now, why its not working for same inputs. Also other 3ds Cards are working fine with same inputs.
No, I was just asking if you passing the parameter in was intended and not a misunderstanding.
I don't think that's what's affecting this.
Yes we are adding this for future use.
Gotcha, okay!
https://dashboard.stripe.com/test/logs/req_KOD1sURJDtuBsa
The PaymentIntent here used a different card than the one you're currently using. They both have different fingerprints
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But in both transaction same card was in use i.e 4000000000003063
The fingerprints are different on both the payment method so I'm 99.9% sure these aren't same cards. Maybe there was a typo in the middle
if these are the same cards then the fingerprints should be the same
The dashboard only shows last 4. Its possible that something was missed in the other 12 numbers.
Can you try creating a new payment method and use that payment method in a PaymentIntent to see if that helps?
ok will try
Sorry missed to inform this we are already using this flow: first creating paymentMethod with 4000000000003063 card and using that PaymentMethodId in Paymentintent as input, but it is failing.
Ah okay!
Different Fingerprint might be due to transaction done with same card but using 2 different Stripe dashboard(account)
Oh, good point..