#stripe_connect_platform
1 messages · Page 1 of 1 (latest)
hello! live mode API key should only create live mode Subscriptions yes
not create, list
yeah, my brain gets fried too
so i am not seeing it in the CLI
I am only seeing it on staging
i may need to log some more things.....
and get back to you
the ones I am getting back for testmode are all status: past_due. Hmmm?
but i am seeing nothing in the API call in the CLI. hmmmm.
yeah, it's weird, i list the subs with the sk_live and I am getting back subs that were test customers.
So i just added a line to skip the sub if sub.livemode == false and now it worked.
But mystery is why i am getting test subs.
OK, more logging and I will get back to you.
Where is the doc since my brain is fried today on if you use a live key you get (1) live only or (2) live and test objects? I just want to glance at that
so what you're saying applies to Connect Webhook Events: https://stripe.com/docs/connect/webhooks
but not to receiving test mode objects on livemode API key requests
if you share an example Request ID and the logs where you do get livemode and textmode Subscriptions mixed in, that would help to see
yeah, let me log that and get back to you