#tania-customer-mrr
1 messages · Page 1 of 1 (latest)
@hidden hare this is a Dashboard-only feature. There's no API for this today unless you calculate all of this yourself by caching all payments/refunds/etc in your database
tania-customer-mrr
And How I can retrieve refunds? Or other way to calculate payments/refunds/etc ?
How Stripe Calculate MRR?
We have APIs to list everyone:
- Charges: https://stripe.com/docs/api/charges/list
- Refunds: https://stripe.com/docs/api/refunds/list
- Disputes: https://stripe.com/docs/api/disputes/list
As a developer you can write code to list this all, or ingest it in real time with Webhooks https://stripe.com/docs/webhooks