#blagiconnecto_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/1426123431556026408
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
Do you have a screenshot of where you're seing that?
I see that the PaymentIntent has cancellation_reason: expired: https://docs.stripe.com/api/payment_intents/object#payment_intent_object-cancellation_reason
Is it possible to get all these info by some API call?
When we have a question from customer about cancelled amount, and they still don't see that on their account, this desrciption and also details are what they are looking for:
You can currently see this information on different parts of the Payment Intent, including the expired capture, and the 3DS information under payment_method_details.card
Otherwise you can receive the various events as they happen, if you're using webhooks: https://docs.stripe.com/webhooks
If you look at the bottom of that Payment Intent page, you'll see the various events that happened
Thanks, maybe that can solve some issues. But cannot get that recent activity by some API call?
If you want to retrieve events after they happened you can use the Events API: https://docs.stripe.com/api/events/list
Thanks! Bye
You're welcome!