#hicon_unexpected

1 messages ¡ Page 1 of 1 (latest)

final lightBOT
#

👋 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.

crystal mason
#

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.

jade cypress
#

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.

crystal mason
#

Hmmm have you tried to do a Source update request?

jade cypress
#

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

crystal mason
#

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.

#

Overall it is likely easier to just not use the CLI here though.

jade cypress
#

Hm ok thank you - I will try to do it using the API, not the CLI

#

Worked - thank you!