#marcoprouve - percentage of subscription income

1 messages · Page 1 of 1 (latest)

indigo comet
#

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

quaint haven
#

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

indigo comet
#

Ah so are you asking about how to set this metadata on each subscription? Or is this more on how to aggregate it?

#

Trying to think on how to find the total balance for each....

indigo comet
#

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

quaint haven
#

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?

grave vale
#

Hi 👋 I'm catching up

#

Okay so if I understand this right you are looking to append metadata to each subscription to identify the partners associated with each subscription?