#sandip5831

1 messages · Page 1 of 1 (latest)

cerulean lanternBOT
willow folio
#

Have you checked your Stripe Dashboard for the confirmation call result?

river elk
#

Yes I have check the stripe dashboard as well but getting nothing there as well

#

I don't know where that user is stuck

willow folio
#

Can you share a PaymentIntent Id?

river elk
#

"paymentIntent":"pi_3OkG2nJ8XYccUKEE1iXl6wYF"

#

Hello

willow folio
#

Sure checking

#

Yes don't see any confirmation call

#

Probably you haven't triggered the call at all?

river elk
#

It's triggered

willow folio
#

How do you know? I don't see any confirmation log

river elk
#

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

willow folio
#

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?

river elk
#

No for "stripe.confirmPayment() " confirmation we are using android SDK

willow folio
#

ah alright I see

river elk
#

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

willow folio
#

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

river elk
#

Hmm, I think we are creating paymentIntentId from backend so we will do confirmation from the backend as well.

#

Make sense?