#kratos6753-Stripe CLI
1 messages ยท Page 1 of 1 (latest)
Stripe login is defaulting to testmode, anyway to switch it to live. Stripe help command is not very helpful in this.
--live should do the trick
โ ~ stripe login --live
unknown flag: --live
this is the error message that i got
no the login is the same
but when you do a request
then you could use the --live
https://stripe.com/docs/cli/post#post-live this is an example
got it. it works. thanks.
let me know if you need any more help
sure.
Hi @worldly spear , when I tried to create live customer from CLI - I got error - Having the 'rak_customer_write' permission would allow this request to continue. How to give permissions?
I'm not sure to be honest, Stripe CLI isn't meant to be used in live mode AFAIK
can you help me if I provide request id? or is it possible to create live customer from postman request?
I recommend you contact support https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
can you help me if I provide request id?
yes please do
req_OprwmiG1a3A6ze
is it possible to create live customer from postman request?
yes it's possible https://www.postman.com/stripedev/workspace/stripe-developers/overview
I think you can use this https://stripe.com/docs/cli/config
to config live_mode_api_key
Thanks.
In the restricted keys sections, I am able to edit key for which this error occured & provide write permissions. After which I was able to make successful cli requests in live mode.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!