#michael-payment-report

1 messages · Page 1 of 1 (latest)

rotund yoke
#

hello, I'm not very familiar with reports and what they support, recommend reaching out to Support at https://support.stripe.com/contact , they can help you as they're more informed on reports

knotty sleet
#

I'm actually using the api, and building a report internally for my company

rotund yoke
#

oh wait what endpoint are you using then to create a report?

knotty sleet
#

i'm trying to pull the information from payment_intents api, and using the data in our company to build out a report

#

if thats not the right api, i can call a different one

rotund yoke
#

ok that helps
so where are you saving your order ID? when you create your payment? in metadata on the CheckoutSession? Somewhere else?
same for tax, I assume you're using CheckoutSessions right?

knotty sleet
#

Might take a few min here, i need to reach out to another team to figure that out

knotty sleet
#

i guess while i'm waiting for others at my company, i'd like to ask this. If my company assigned a stripe account to each store they own, is there a way to pull all the stores info together? or can there be a parent account over all those stripe accounts?

#

Sorry for these questions, but different teams are doing different work at this point

rotund yoke
#

or can there be a parent account over all those stripe accounts?
yes! you can make one of your accounts the Platform account (connect using Stripe Connect, all other accts to this "parent" Platform acct)

then the Parent Platform can access data on all the sub accounts