payment from stripe is failing #4379
-
input - url = "https://sandbox.hyperswitch.io/payments" payload = { response = requests.request("POST", url, json=payload, headers=headers) output - Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable raw card data APIs in test mode, see https://support.stripe.com/questions/enabling-access-to-raw-card-data-apis. payment transaction failed by showing the above message. how can i fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @rosemaryjogn 👋, |
Beta Was this translation helpful? Give feedback.
Hey @rosemaryjogn 👋,
So previously we used to have an option in Stripe dashboard that allowed us to bypass the security rule of not passing the
raw-card details
. But in a very recent change they have depricated the feature so currently Stripe doesn't supports any payment made through raw card. You can try our flows with some other connectors possiblyAdyen
,Noon
,Trustpay
etc there are a lot of option to choose from.