#prejinnair_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/1343464949430878228
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is a card decline, and the code is transaction_not_allowed
It means that the card was declined for an unknown reason. The customer needs to contact their card issuer for more information.
https://docs.stripe.com/declines/codes you can read this page to learn more about declines
but while saving this card it was accepted and an amount of 50 was deducted and refunded successfully
but when tried to charge it through application it is declining
"req_JqvypIBg564UHh" after this transaction my card is showing as blocked how can i unblock it?
transaction_not_allowed is the code that issuer returned to Stripe and we don't have further insights on why issuer declined the transaction. Please reach out to the card issuer
is there anyway?
https://docs.stripe.com/testing#use-test-cards I'd also remind you that you shouldn't use real card details for testing. The Stripe Services Agreement prohibits testing in live mode using real payment method details. Use your test API keys and the card numbers below.
https://support.stripe.com/questions/payment-blocked-due-to-excessive-retries this card was blocked by excessive retries
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
is there anyway to unblock it from the dashboard?
No I'm afraid.