#marten-sytema_api
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/1267756100879646773
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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_.
Okay thanks that makes sense. the src_.. values will stop working,... when?
Is that the same deadline as Aug 14th?
Yes, I would recommend migrating them as soon as possible.
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
Have you tried that? That's what it is supposed to be for.
haven't yet! ok sorry for that last question
thanks for enlightening that it's that what will happen ๐
Please try and let me know if you run into any issues.
will do! thanks
Happy to help.
first need to finish up the integration on my part so will take some tiem