#jainnikesh-terminal
1 messages ยท Page 1 of 1 (latest)
yes
pi_3LdCpjFRSoISGwgO12hEhsxZ
and there are many more payment request are uncaptured from last three day s
is there any issue from stripe side ?
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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.
but we didn't changed anything in our code
It's not a terminal problem
could you please share the code that generates the PaymentIntent?
ok so the idea is that the capturePaymentIntent method wasn't called
but why
we are calling it from main api
Front SDK -> Callback will call our api -> main api will call pay api
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
I don't really see where you call the capturePaymentIntent here
.topromise second line