#animesh5991_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/1218208194589888555
๐ 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.
- animesh5991_webhooks, 2 hours ago, 4 messages
- animesh5991_webhooks, 7 hours ago, 4 messages
- animesh5991_error, 21 hours ago, 8 messages
- animesh5991_api, 1 day ago, 23 messages
Hi there ๐ payment_intent.payment_failed Events are emitted when a payment fails
https://docs.stripe.com/api/events/types#event_types-payment_intent.payment_failed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is the failure in payment_intent, but if the payment_intent succeeded and the during the settlement period the money is not reached the bank then how can we know this thru stripe
When you say the money doesn't reach the bank, can you elaborate on what you mean there?
Funds from payments don't go straight to your bank, they go to your Stripe account balance.
oh right, so if that doesnt happen then the bank of customer is liable? do we get any event or do we need to attempt the payment intent again
hey? am i making any sense?
Sorry, I'm not really grasping what you're asking. If the payment succeeded, you'll get the funds, otherwise the payment failed and will emit the appropriate events. Did you see something in your testing or live code that prompted this question? Maybe that insight will help me better understand what you're trying to get clarity on.
Not actually, but the doubt came when we see the available to payout soon in the balances in the dashboard, it has some period for settlement of the funds, right.
Then if at the end of the the settlement period, is it 100 percent that the funds will reach the stripe balance?
I don't know, my team doesn't spend much time in the dashboard, and I'm not sure exactly how it represents available balances.
If they dont then how can we know as a platform so that we can manage the balances vetter, as we are implementing manging a wallet using all this for the each customer.
But in general, yes, if the payment succeeded the funds are on their way to you.