#yingwg
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- yingwg, 16 minutes ago, 39 messages
- yingwg-checkout-customerupdate, 6 days ago, 14 messages
Have you tried List all Refund and take its Charge Ids?
not, I am actually want to use SearchPayments API to list all successfuly payment and calculate Total spend info for a customer
like this, I was recommened to use SearchPayment API and sum them up myself, but I just found the Search API doesn't allow me to filter out payment that are refunded
do I need to call ListAllRefunds API separately?
does SearchPaymentsIntent API support filter out refund payment? https://stripe.com/docs/api/payment_intents/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes if you are using Search PaymentIntent API it doesn't have a filter for refunded PIs. I guess yes you would want to call a separated API for refunded PIs and excludes those IDs from your original Search result
which API I should use? list all refunds?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a API for me to list refunds for a customer only?
Oh you are looking at a specific customer
yeah