#pavlo_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1417826968270802984
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi
the request you shared was successful.
can you share a PaymentIntent ID with that issue?
sure, one moment
how can I find PaymentIntent ID?
is it this from the response body? "id": "pm_1S8IN1LUssHVQDQiP9kKG0Vl",
that's a PaymentMethod, and again it is successful. so I don't understand what your issue is.
My issue is follow
as on screenshot - I tried to make a payment but it is uncaptured and order is not created in my store with messages in log - stripe-checkout id 318: 'Stripe order 1005107 did not complete in 30 seconds!'
so what is going on? is this problem on your side or on mine?
- I tried to make a payment but it is uncaptured
so can you share the ID of the payment? it should look like pi_xxx
pi_3S8IMjLUssHVQDQi06BeBDuN
that PaymentIntent has status: "requires_capture". so next step is to actually capture the payment. or do you want Stripe to capture the payment automatically for you?
I thout stripe do it authomatically. As I mentioned above I see in logs payment pi_3S7ecTLUssHVQDQi0UdheyId which is succeeded, how it was captured?
I thout stripe do it authomatically.
it depends. the Checkout Session you shared was created withpayment_intent_data.capture_method: "manual": https://dashboard.stripe.com/test/logs/req_jJioUZpNzJt7y1
so it means it won't be captured automatically.
OK, but payment I reported - pi_3S8IMjLUssHVQDQi06BeBDuN - was created via Checkout web app on my website. How in this case such a payments are captured?
I don't understand your question sorry. I explained to you why that PaymentIntent wasn't capture automatically
OK, so how to capture this payment? Should I do it somewhere or what? As I mentioned it was a test card from your docs so idk how to capture it