#sandip5831
1 messages · Page 1 of 1 (latest)
Have you checked your Stripe Dashboard for the confirmation call result?
Yes I have check the stripe dashboard as well but getting nothing there as well
I don't know where that user is stuck
Can you share a PaymentIntent Id?
Sure checking
Yes don't see any confirmation call
Probably you haven't triggered the call at all?
It's triggered
How do you know? I don't see any confirmation log
I have check in our internal logs
User is going till this logs
and he get the response as expected.
And this stripe.confirmPayment() is trigger
Hmm this is backend, correct?
You can't confirm with a clientSecret on backend
When you create the PaymentIntent, can you just pass confirm: true?
No for "stripe.confirmPayment() " confirmation we are using android SDK
ah alright I see
Any idea what can i do?
Because I check same for other payment via google pay of other user's. For that user's is working good
Hmm I think stripe.confirmPayment should have some output, even if it errored
After that create the payment intent using the google pay payment method we are able to create payment intent successfully
Then stripe confirming that payment intent but not getting any response/callback from stripe
Btw for this, I thought you would confirm the PaymentIntent right away on backend. You have a collected PaymentMethod Id, you don't need Android anymore