#dupont-connect
1 messages · Page 1 of 1 (latest)
@rough jetty hi! well there's no direct mapping, but it's something you can build into the rest of your reporting, so really depends how you do that.
For instance one option is to use the API to retrieve the charges in each payout(https://stripe.com/docs/expand/use-cases#charges-in-payout) and then you can easily check if the Charge object links to an invoice as a means to determine if it's a direct or subscription payment, and build up some numbers from that.
I will take a look, thanks
or you can use our reports API (https://stripe.com/docs/reports/payout-reconciliation for example, there are columns like subscription_id in the reports)
or you can use Sigma and build a custom query