#marcoprouve - percentage of subscription income
1 messages · Page 1 of 1 (latest)
When you say send to your parters, are those parters connected accounts?
I don't think we have anything to automatically do that based on the metadata you set though
They dont have Stripe accounts, we would want to see our incoming payment balances broken down by grouping of metadata
so if we had a group of transactions for 1 month, we could separate the total balances by partner1, partner2, partner3 so that we can send correct percentages to these partners based on the subscriptions they bring us
We would use some sort of code of ID to pass to the subscription
Ah so are you asking about how to set this metadata on each subscription? Or is this more on how to aggregate it?
For setting it, any API call that modifies the subscription can set the metadata on it. For looking it up again you may be interested in the beta for our upcoming search API which will allow you to filter subscriptions by metadata https://stripe.com/docs/search-api/api-details https://stripe.com/docs/api/metadata
Trying to think on how to find the total balance for each....
It may be useful for you to run a reconciliation report https://stripe.com/docs/reports/payout-reconciliation
It doesn't list subscription metadata but it does have the subscription ID so you can look up the data based on that
Alternatively it does have things like payment intent metadata so you can make sure your integration sets the metadata of the intent on each invoice and use that field
Yeah its less about setting metadata as it is agrgegating, but already thhats super helpful. I can look into the reconciliation and see if that works. Off the top of your head is there anything else that can help?