#blagi.connecto
1 messages · Page 1 of 1 (latest)
Hello blagi.connecto, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• blagi.connecto, 4 days ago, 10 messages
hi! sure, we can look, what's the PaymentIntent ID pi_xxx
pi_3O3BYbHyMHmjD7NO0r2A5VoO
I don't understand this even: https://dashboard.stripe.com/events/evt_3O3BYbHyMHmjD7NO0JXpjTRH
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
it was captured here by the magento plugin you use : https://dashboard.stripe.com/logs/req_QokSheLgsmfrTa
what about it don't you understand specifically?
It looks to me that this event change something in capture manual to capture. We are not using magento, we have we application. And I don't understands that capture event either. Cannot find it in our logs tha it was initiated. That's why I 'm looking at that payment intent change.
It looks to me that this event change something in capture manual to capture.
it's a normal event that is fired when the auth on the PaymentIntent happens, it's to let you know that it's possible to capture it manually
We are not using magento
indeed, sorry, I think I hallucinated seeing the word Magento in the log, oops
then really the reason the PaymentIntent is captured is your own code directly called the API to capture it.
Ok. Thanks. I just didn't find explanation why it's there. It shouldn't be. Hoped you can help me but looks like I have to do some more investigation.
no worries, but there's not much we can say, we just recieve an API call from your own server and code