#scp-dashboard-report
1 messages · Page 1 of 1 (latest)
scp-dashboard-report
There is no API for this no. Usually as a platform you track this as the volume happens, via your webhook endpoint for example
so given that we never did that....lol
is there a way to pull sales volume (Charges?) on connected accounts where we are (were) the platform?
You can make any calls on behalf of any accounts
you can use https://stripe.com/docs/api/charges/list to list all their Charges on each account via https://stripe.com/docs/connect/authentication#authentication-via-the-stripe-account-header as usual
there's no way to look at just your volume but you can look at the application property on the Charge and only count yours
ok. makes sense. will do. 👍