#nimish-tank_webhooks
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/1314092550705123350
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- nimish-tank_webhooks, 15 hours ago, 11 messages
- nimish-tank_webhooks, 16 hours ago, 9 messages
- nimish-tank_code, 1 day ago, 5 messages
- nimish-tank_webhooks, 1 day ago, 6 messages
- nimish-tank_code, 5 days ago, 12 messages
- nimish-tank_code, 6 days ago, 5 messages
and 1 more
this are my object data
Hi there, is your question about how to get the payment_intent from an invoice.payment_action_required event?
I have to find
Some payment methods require customer authentication with 3D Secure (3DS) to complete the payment process. If you use the Payment Intents API, the value of latest_invoice.payment_intent.status is requires_action when a customer needs to authenticate a payment. 3DS completes the authentication process. Whether a payment method requires authentication depends on your Radar rules and the issuing bank for the card.
find this status latest_invoice.payment_intent.status
Ok, you can get the payment_intent ID from the invoice object https://docs.stripe.com/api/invoices/object#invoice_object-payment_intent, and use the retrive paymentIntent API to get the paymentIntent object, and check its status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.