#Nikul Kukadiya
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you tell us more about where you're seeing that error being returned?
after entring the card number and expiry stripe sdk returns the error " Your card is not supported."
Entering the card where? Which of our endpoints was being called when the SDK threw an error (also noting the flutter_stripe package is a third-party package so we aren't too familiar with how it works)? Is there a request that is returning that error that you can provide an ID for?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
in the payment sheet
payment intent you want?
Anyways this response i got in the stripe dashboard
{
"error": {
"code": "card_declined",
"decline_code": "card_not_supported",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message": "Your card is not supported.",
"param": "number",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_OOrlkRrTWwWYsI?t=1681206597",
"type": "card_error"
}
}
And this was the request shown in the stripe for the same response
{
"payment_method_data": {
"type": "card",
"card": {
"number": "1667",
"exp_month": "7",
"cvc": "",
"exp_year": "54"
},
"payment_user_agent": "stripe-ios/23.1.1; variant.legacy; STPPaymentCardTextField"
},
"client_secret": "**************************************************",
"use_stripe_sdk": "true",
"expand": {
"0": "payment_method"
}
}
It looks like you're using our Diners Club test card, which doesn't appear to be a supported card network in the country associated with your Stripe account.
https://stripe.com/docs/testing#:~:text=3622,1667
https://stripe.com/docs/payments/cards/supported-card-brands#:~:text=Global%2C except India*-,Discover %26 Diners,-Canada%2C Japan%2C United
Also looks like American Express isn't supported for the country associated with your Stripe account.
Is American express is not working on the USE region
Hello ๐
Stepping in as toby needs to step away