#tomv4198
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0] (it'd look like req_xxx ) where you're seeing that error?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hang on looking one up
What specific details are you expecting? You should see a last_payment_error hash: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-last_payment_error
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ch_3OhRurEhZvPoVtfR1H0w3DKK
pi_3OhRurEhZvPoVtfR11wz4TiA
this is coming up as transaction_not_allowed
we see many of these on Indian cards - is this expected?
Ok, so not a payment_intent_authentication_failure error
...still looking up the other error
In this case, the issuer declined the transation. That's all we know unfortunately
If you've a number of payments that are declining like this then I'd recommend writing in to support and they can help further
will do thanks