#Sangeeta
1 messages · Page 1 of 1 (latest)
Hi there, what do you mean by when the transaction history fetch for particular customer ?
You can call the list paymentIntents API and pass in the customer to return the list of PaymentIntents for the customer https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.