#marten-sytema_api

1 messages ยท Page 1 of 1 (latest)

paper meadowBOT
#

๐Ÿ‘‹ 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/1267756100879646773

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

valid robin
#

Hi, let me help you with this.
There's 2 aspects to this, the field and the value.

The fields invoice_settings[default_payment_method] and default_source historically could be used interchangeably, with invoice_settings[default_payment_method] taking precedence. Both could store PaymentMethod or Source values. I would recommend just copying default_source's values into invoice_settings[default_payment_method].

However, src_ values will stop working when Sources are fully deprecated, and need to be migrated to pm_.

lapis burrow
#

Okay thanks that makes sense. the src_.. values will stop working,... when?

Is that the same deadline as Aug 14th?

valid robin
#

Yes, I would recommend migrating them as soon as possible.

lapis burrow
#

does it involve the customer? As in, should the customer filling out the IBAN elements GUI component again?

#

Ideally i would like to not bother the customer, if at all possible

#

or in other words: is there a way to migrate a src_.... value to a pm_... value

#

or will the Data Migration tool take care of that part

valid robin
lapis burrow
#

haven't yet! ok sorry for that last question

#

thanks for enlightening that it's that what will happen ๐Ÿ™‚

valid robin
#

Please try and let me know if you run into any issues.

lapis burrow
#

will do! thanks

valid robin
#

Happy to help.

lapis burrow
#

first need to finish up the integration on my part so will take some tiem