#hicon_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1405576710144921761
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, unfortunately we don't know about that migration wizard here as we jsut focus on the API here. You'll want to work with our Support team via https://support.stripe.com/contact/login for this.
Find help and support for Stripe. Our support site 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.
Hi, thank you for your quick reply - i already opened a ticket there, but support responds a bit slow. Issue is that out customer currenlty loses subscriptions as all SEPA transactions now fail. However to be sure - is our assumption correct, that it is not possible to alter the owner.address.country field of existing sources using the CLI? This was our attempt to implement a workaround.
Hmmm have you tried to do a Source update request?
yes, using "stripe sources update src_XXXX --owner.address.country='DE' --live" - however it gives me a permission error despite I am using a key without restrictions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks for sharing that, looking.
Hmm yeah you are just using the default CLI key here which is a restricted key which doesn't have the necessary permissions.
If you are going to use the CLI here you would need to set it to your live mode key using stripe config: https://docs.stripe.com/cli/api_keys
Overall it is likely easier to just not use the CLI here though.