#dan-customer-history
1 messages · Page 1 of 1 (latest)
Hello! What do you call "one of my platform's customer's payment history"?
A Customer in our API/vocabulary is the person paying
like this kind of customer
i can see their payment history in my dashboard
but wondering if there's an API that i can use to get this history
as well as whether there's a place where they can view these payments themselves
I'm sorry I am a bit lost
You can see all your customers in the API via https://stripe.com/docs/api/customers/list
You can find all the payments made by a given Customer using https://stripe.com/docs/api/payment_intents/list + passing customer: 'cus_123' as a parameter
Is this what you are asking?
cc @idle leaf
thanks, that answers the API part!
is there a place where a customer can go and view all of their purchases in my platform? or would i have to build that myself using the API?
You have to build this. We have no such product today.
Got it, thank you!
sure thing! Have a great day