#sudha-Connect
1 messages · Page 1 of 1 (latest)
Lifetime total volume
we have platform account and for all the connect account that we have in our platform we can the lifetime total volume
are you there
Yes, let me look around to see if we have that
Your screenshot is showing your connected account?
Yeah I found it
I am afraid we don't provide that value through API
I have tried Balance API with Stripe account header, only can see the current "Total balance"
are you sure about this ?
one sec
I think this Total Life Time value should be the Total Balance, and the Payouts added up, but let me find document about it
even though, there is no field in API that can represent that value, I am afraid
the closest one is Balance API, but it doesn't provide the lifetime value: https://stripe.com/docs/api/balance/balance_retrieve?lang=ruby
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
There is Dispute API. For example this is List Dispute API: https://stripe.com/docs/api/disputes/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
one last question, if we cancel pause subscription directly in dashboard
can we consume web hook to update the status in our database
An action from Dashboard? Hmm interesting. Normally when a Subscription change you will receive a customer.subscription.updated. But I am not sure for the case the action is triggered from Dashboard
Let me try and get back to you
does this customer.subscription.updated include pause cancelled ?