#indycoder-plugin-volume
1 messages · Page 1 of 1 (latest)
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?
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.
okay so we have the same: https://stripe.com/partners/become-a-partner
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
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?
ah that part I don't know, I'd recommend working with our support team if you're already part of the partner program
I've always been pointed here. How do I find that support team?
Ah sorry, this server is to help developers with their code. You want to chat with https://support.stripe.com/contact I assume instead
Okay, I'll try that. Thanks!