#Debjeet
1 messages · Page 1 of 1 (latest)
Hi there, what kind of transactions do you refer to? Are you talking about payments? transfers or payouts?
all payments done by customer
but in payments i also need if he have done payment completely or is pending or something else
For payments you can just list the paymentIntents objects of a customer, (https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer) and check the status.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
what the api link ?
The link to the API doc reference is already provided in my previous message.
okay i will look into it