#Nikul Kukadiya

1 messages ยท Page 1 of 1 (latest)

normal sailBOT
hallow wadi
#

Hi ๐Ÿ‘‹ can you tell us more about where you're seeing that error being returned?

worldly umbra
#

after entring the card number and expiry stripe sdk returns the error " Your card is not supported."

hallow wadi
#

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

worldly umbra
#

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"
}
}

Learn more about error codes and how to resolve them.

#

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"
}
}

hallow wadi
normal sailBOT
worldly umbra
#

Is American express is not working on the USE region

worldly glacier
#

Hello ๐Ÿ‘‹
Stepping in as toby needs to step away