#rusty_api

1 messages ยท Page 1 of 1 (latest)

indigo jungleBOT
#

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

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

serene trail
#

๐Ÿ‘‹
You should use the SEPA PaymentMethod generated and not the Bancontact PaymentMethod

mystic bear
#

so the entire implementation for mandates would be a different flow, right?

#

and this is an implementation issue?

serene trail
#

Yeah, the first PaymentIntent creates two PaymentMethods (req_glupTDxTFPfPLc)

#

For the second paymentmethod you need to use the Sepa PaymentMethod generated from the first call

#

which have the mandate

mystic bear
#

so the first payment method is related to bancontactcard. and recurring should be redirected through sepa debit that consumes second payment method. am i right?

serene trail
#

yes

serene trail
mystic bear
#

got it.

#

thank you for the quick response! saved my day!