#lion-braz_customer-payment-list
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1332405557763510315
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- lion-braz_api, 2 hours ago, 5 messages
HI ๐
What do you mean by "specific client"?
Do you mean a specific Connected Account?
Hello!
It is the customer who made the payment for the invoice/payment link.
The connected Stripe account generated a payment link, and this customer made the payment. I would like to know if there is any endpoint to search for this customer's charges.
Okay so the payouts list of payment list are intended for displaying to connected accounts. They are not intended to report to customers
Yes, it's exactly to show for the connected Stripe account. But I would like to display the individual charges for each customer to the connected account. The payout is showing payments from all customers.
That isn't possible as it's not what this tool was designed for
maybe using /v1/charges
passing the customer id? to get all individual charges?
If you want to get the payments that your customers have paid you can filter the the Payment Intent List API by customer: https://docs.stripe.com/api/payment_intents/list?lang=dotnet#list_payment_intents-customer
But you would need to build your own UI to represent those transactions on your front-end
Great ๐ I'm glad we were able to find a solution ๐