#Bandi Odelu

1 messages · Page 1 of 1 (latest)

fringe needleBOT
ripe vortex
#

Then you can put here some example request id req_xxx that we can look closer into

blazing fox
#

req_wpxGuf4skNL8VL

ripe vortex
#

That PaymentIntent hasn't been confirmed, that's why it doesn't have Charge

#

We only create Charge if the PaymentIntent is confirmed (the customer successfully paid)

blazing fox
#

is any confirmation missing from stripe webhook or any other sources?
means where we need to check that on stripe
and
is there any particular reason behind?

ripe vortex
#

It's simply that you didn't have the Confirmation step

#

a PaymentIntent has 2 main steps: creation and confirmation

#

It depends on how you integrate Stripe API in the first place, but normally you create the PaymentIntent on backend, then passing its client secret to frontend and confirm it in frontend

blazing fox
#

So we can't recreate the creation and confirmation steps on JMeter

ripe vortex
#

It really depends on how complicated is the confirmation step and how you use JMeter