#Sangeeta
1 messages ยท Page 1 of 1 (latest)
๐ how may I help you?
do you mean on the dashboard or via the API ?
are you using the PaymentIntents API?
in other words how are you integrating with Stripe? Checkout? Stripe Elements + Payment Intents? etc..
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can use this API call and pass the Customer Id
note that this API will have to be used with pagination in order to get all results https://stripe.com/docs/api/pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can use https://stripe.com/docs/api/pagination/auto for auto-pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
transactions is both the Charges and the Payouts
this is only get the paymnetIntent
could you please elaborate on what are you trying to achieve?
https://stripe.com/docs/api/payment_intents/list#list_payment_intents-customer
You means in this api
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this
"this" is not elaborating on what you're trying to achieve
I need all tranactionsof paticluar customer id
All **customer** transactions is the same thing as saying All payments
So, please tell me how we get the all payments
I have only customer id
and i want to get the payments
I already answered this
with transactions id
but in paymentINtent having no tranaction id
wait asecond
in this screen i need tranaction history and current tranaction details
but in my end i have only customer id
How we do ?
these are the payment intents
but here id ID col is transactions id
that looks like an ID internal to your own system. I don't recognise what your screenshot is from, that's not a Stripe surface.
you'd need to investigate and understand how your own existing integration with Stripe works and what those IDs are and how they are stored and manipulated in your system and how that might relate to Stripe.