#jainnikesh-terminal

1 messages ยท Page 1 of 1 (latest)

frosty osprey
#

๐Ÿ‘‹ happy to help

#

could you please share the payment intent id?

wispy crag
#

yes

#

pi_3LdCpjFRSoISGwgO12hEhsxZ

#

and there are many more payment request are uncaptured from last three day s

#

is there any issue from stripe side ?

frosty osprey
#

taking a look

#

as I suspected, when you created the PI you used capture_method: "manual",

#

which means that you have to call the PI Capture API to capture the amount

#

this is what we call capture later feature

wispy crag
#

Running payment on terminal waiting for the card reader to be ready insert card leave in until it says to remove card remove card and then the terminal says approved but the pop up on the screen does not change over to reflect that the receipt was generated.

frosty osprey
wispy crag
#

but we didn't changed anything in our code

frosty osprey
#

It's not a terminal problem

wispy crag
#

it was working since last month

#

and sudden this issue started

frosty osprey
#

could you please share the code that generates the PaymentIntent?

wispy crag
#

yes

frosty osprey
#

ok so the idea is that the capturePaymentIntent method wasn't called

wispy crag
#

but why

frosty osprey
#

where are you calling it?

#

I didn't see it in the code you shared

wispy crag
#

we are calling it from main api

#

Front SDK -> Callback will call our api -> main api will call pay api

frosty osprey
#

maybe it didn't reach your API

#

you need to log and troubleshoot this from your side

#

you could also share the frontend code maybe I could help with that

wispy crag
frosty osprey
#

I don't really see where you call the capturePaymentIntent here

wispy crag
#

.topromise second line

wispy crag
#

anyways

#

will debug and check

#

thanks