#ben-jamin-87_unexpected
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/1389886597243080724
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yeah this looks like a decline from the card/bank I'm afraid. Unrelated to 3DS/auth
Your customer should speak to their bank
Thanks - so setting up a setup intent against the customer record, to replace the existing payment record is unlikely to resolve this? We also found it a little odd that stripe where raising two charges when we attempted payment?
so setting up a setup intent against the customer record, to replace the existing payment record is unlikely to resolve this?
Outcome is unlikely to differ with the same card details. If you look at thecharge.failedevent you can see thenetwork_decline_codeand with a Google search you'll see the 'reason' they returned to us
We also found it a little odd that stripe where raising two charges when we attempted payment?
Totally normal really. Each payment attempt that is declined will generate a new Charge object
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Cool, thank you - wanted to check our integration was setup correctly before getting back to the customer.
Yeah seems fine overall
Great, thanks ๐