#DizzyDizz-payouts
1 messages · Page 1 of 1 (latest)
what's the account ID acct_xxx of the connected account?
and can you share the exact command line you pass to stripe ?
shure
stripe accounts update acct_1KYXfrPQH47jkXHe --data "settings[payouts][schedule][interval]"="monthly" --data "settings[payouts][schedule][monthly_anchor]"=2 --live
hmm
from what I can tell I think this is just a limitation of stripe-cli
it seems to use an API key(when you run stripe login it generates an API for it to use in calls like that one) that has some restrictions and part of those is not being able to edit accounts like this
it would work fine if you did this with an API call from your actual code and integration using your normal livemode API key.
Mhh what a pity. I wanted to avoid to do this via api call.
but nevertheless, thanks for your help
do you know if is possible to update subsriptions in the livemode via cli ?
as far as I know yes
Thanks
How careful should i be in general with sharing account and subscription ids on discord.. Appart from stripe nobody can use the ids without the correct api keys. correct ? so i should not be concerned about sharing it with the stripe team on a public channel
the IDs like acct_xxx/ sub_xxx are not useful to anyone who doesn't have your secret API key, which you should never share
we can use internal tools to look up the objects on our side though. If you're not comfortable sharing something you can alway write to https://support.stripe.com/?contact=true for private authenticated support!