#MarcusStripe
1 messages ยท Page 1 of 1 (latest)
๐ Thanks for reaching out
I invite you to take a look at Stripe financial reports:
https://stripe.com/docs/reports
https://stripe.com/docs/reports/balance
Does this give a TOTAL balance, or can I also retrieve a balance / customer... did not see any customer id as parameter
Do you have a preference for using the API?
If you're using Customer objects, you can retrieve Payment Intents specific to them: 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.
payment intents??
how are payment intents related to the total balance of a customer?
At the end of the month I would like to use the Stripe API to determine the revenue generated for individual customers
Are payments not related to revenue?
You'll need to be more specific about what you're trying to do if Payment Intents aren't related
Well AFAIK a payment intent is just a temp secret key.. like to add a payment method
no idea how that would give me the revenue
Payment Intents are just a way to collect Payment Methods (that's Setup Intents)
Payment Intents holds information about the actual payment
Now I am confused. So how do payment intents allow me to reteieve the revenue made / customer?