#A4M1N
1 messages · Page 1 of 1 (latest)
For example we see on panel that customer cvc failed or 3D failed, can we get this through API?
Hello! Yes, it's possible, but I need more details to point you in the right direction. Can you explain more about what you're doing?
And what Stripe APIs you're using?
Right now using API created on 20/1/2020, and though that we getting order status complete or incomplete but we want to give our operators access to see what was the resoan too without giving them access to stripe and only through that API
Charges have a failure_code and failure_reason which should have the information you're looking for: https://stripe.com/docs/api/charges/object#charge_object-failure_code
Thanks Rebueus
That's solves my problem... You are awesome as always...