#Matty
1 messages ยท Page 1 of 1 (latest)
We have a customer that is saying when she submits her order that she is getting a payment failure using a saved payment. When we push this through, we aren't seeing any issues.
Hi there ๐ you can list the Charges that are associated with a Payment Intent, which is the object that represents the payment attempts.
You can provide the id of the Payment Intent via the payment_intent filter field when making the request to list those Charge objects:
https://stripe.com/docs/api/charges/list#list_charges-payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The payment failure is a message that comes back from the stripe API on a payment intent, but I am not seeing it. The payment id is: pm_1MKScvBBamLIIR3ZVFvQBIjD
Sweet. I didn't know this was possible.
So... this won't work. I won't see the payment intent since she initiates it on her side... I assume we can't look this up by the payment id?
I'm sorry, I'm not sure I'm following. Can you tell me a bit more about your integration and this scenario?
My apologies... this is a tough one to explain. I'm gathering a bit of info so I can be more succinct.
Thank you for your help. I'll have to get back to you all later on this. Going to look and see if I can find the info on my own. I appreciate your tim.e
Gotcha, sorry I couldn't be of more assistance at this time, good luck with the digging!