#Zebda-reporting-api

1 messages · Page 1 of 1 (latest)

elder latch
#

Hey!

#

What is a 'customer' in this instance?

solid remnant
#

We run an app, where customers can connect their stripe accounts. And we retrieve transactions from it for accounting purpose.

elder latch
solid remnant
#

I see now, Thanks a lot. How does it works with the ruby sdk (Stripe::Reporting::ReportRun.create..) ? would you have some doc for this ?

#

I mean, changing the header to ad the account_id, and still use the stripe ruby gem.

elder latch
#
Stripe::Reporting::ReportRun.create({
  ...
}, {
 stripe_account: 'acct_xxx'
)
solid remnant
#

ho well

#

Thanks for the help and fast answers !

elder latch
#

Sorry, it's actually stripe_account

solid remnant
#

got it