#ggmghoul
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
hello
i got a failed payment intent in production
i was wondering is there a way to get the exact reason of the fail ?
What's the PaymentIntent ID?
Ok, you can check the payment error by looking at the PaymentIntent's last_payment_error
the decline_code is just generic_decline
So the payment service provider doesn't provide much information about the payment failure.
exactly i wanted to check if there is a way to get the exact issue here
so i need to contact the customer to contact his bank i guess right ?
Yes, the customer can reach out the bank and ask. Or you can ask them to provide another payment method
yes i understand that but after that payements have been blocked and not failing
so i needed to check for the root of the reason i already had a problem in an other account and i'm solving the issue already
although i can't contact the support for some reason on the other account
i'm only able to send an email but i'd rather have an instant conversation
Maybe Support isn't availble in your timezone at this moment, you might want to try again later.
yes i thought so
while we're on it
how can i cancel the payment intents' webhook from being redelievered ?
it's causing errors and it will forever since the case isn't treated
Stripe will automatically retry the webhook delivery, and I'd suggest you to check your webhook endpoint and make sure it return 200 upon receing a webhook event from Stripe.
but if i make it always return 200 even if it fails i won't garantee the redeliver in case of a failure
i just want to stop the retries for the old ones that already have been retrying
Stripe will stop retrying once your webhook endpoint responds a 200
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
hello
i wanted to remove the retries of the webhook for now
the old ones that already have been sent
i can't make the endpoint return 200 for the moment cause for that i need to run a build in the production instance which i'm afraid i can't
Hi @maiden geyser you can disable the webhook endpoint from you Dashboard so it won't receive notification and stripe won't retry sending events.
the problem is that i need it to be actiove
well no need insist since it's clear that there is no such feature xD i'll figure something out
thank you
let me know if you need any more help