#Bernard Paulet

1 messages · Page 1 of 1 (latest)

silk ironBOT
orchid mica
#

Hi there, can you share with me the payment intent ID?

native prawn
#

Of course, it is the following
pi_3MhxlzF5SeCFLsdc1U8J5rxg
Thanks !

#

I also posted a question on StackOverflow where I described the problem and my code (I am certainly not a professional developper) if it can help

orchid mica
#

I don't see any confirmation request from your flutter app to confirm this paymentIntent.

#

Did you see any error in your flutter app when confirming the paymentIntent?

native prawn
#

I see an error with
final paymentIntentResult = await Stripe.instance.confirmPayment(
paymentIntentClientSecret: jsonResponse["client_secret"],
);
Otherwise if I comment those lines I don't receive any error

orchid mica
#

What's the error about?

native prawn
#

Null isn't a subtype of String

dusk flicker
#

Hey! Taking over for my colleague. Let me catch up.

dusk flicker
native prawn
#

Hi,
Here is the last one req_04GTjMvsTRFtyG

dusk flicker
#

This request is success, it has 200 status code

#

I'm not seeing the error Null isn't a subtype of String