#indycoder-plugin-volume

1 messages · Page 1 of 1 (latest)

steep juniperBOT
hasty herald
#

indycoder-plugin-volume

#

Hey @random badge ! As a plugin developer, there isn't much you can do quickly on your own here since I assume people just install the plugin on their own server and enter their own API keys in some admin panel right?

random badge
#

Yep. That's exactly right. I didn't know if there was anything in the Stripe interface that tied it back to me. PayPal has a partner ID that goes into all the transactions that they can use to find out.

hasty herald
#

so if you are part of the partner program, with a partner id and update your code to pass the id on all transactions then we can help with that kind of reporting. We == Stripe, not this Discord server

random badge
#

I do have a partner ID, passed as: \Stripe\Stripe::setAppInfo(
'WordPress SeamlessDonationsStripe',
get_option('dgx_donate_active_version'),
'https://zatzlabs.com',
'pp_partner_xxx'

#

Do I have to request that reporting, or is it available somewhere?

hasty herald
#

ah that part I don't know, I'd recommend working with our support team if you're already part of the partner program

random badge
#

I've always been pointed here. How do I find that support team?

hasty herald
random badge
#

Okay, I'll try that. Thanks!