#xerusky_payment-declines
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/1374056245782118422
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
So, if I understand correctly, you are now using Stripe Checkout to collect payment methods using the mode: "setup" and requiring 3DS. Has that changed the number of declines you are receiving?
I haven't tried it yet, I wanted to check if there's anything else I can do to make sure everything's fine because I don't want to risk getting banned
What are the exact card rejection errors you are receiving? Do you have an example payment I can check?
I have 3 pages between blocked and failed card payments. I've got a lot of this :
Blocked by Stripe
Stripe blocks payments to protect you from risks that affect all users, regardless of your usage of Radar. Learn more about blocked payments
i can share a payment idpi_3R9Jl12fpBeVYVuB0O8tf24x
Anotherone is
Failed payment with
MasterCard โขโขโขโข 4750
The bank returned the decline code transaction_not_allowed, and did not provide any other information. We recommend that your customer contact their card issuer, THE BANCORP BANK NATIONAL ASSO, for more information, or use another payment method
This payment id is pi_3R8Ff52fpBeVYVuB0BYWr31R
Okay I am seeing lots of failures here. One step you can take is listening for these payment failures and stop retries.
But I think adopting the mechanisms you were discussing earlier would also make sense (Setup mode + 3DS)
excellent thank you for your time !
Happy to shed what ๐ก I can ๐