#ionu_best-practices
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/1371485081671172176
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
this is what we have right now in the account
Hi, the payment method settings on your Platform account and the Connected Accounts are separate. However, it depends on what Charge type you're using as depending on that, the payment method settings are taken from either the Platform or the Connect.
they will be taken from connect, "payment_method_types" is not sent to the stripe elements, so the options will be handled by stripe.
My concern is that marking link for example, as blocked, we would restrict in any way the account implementation outside our platform
but I understand that is not the case
What do you mean by 'My concern is that marking link for example, as blocked, we would restrict in any way the account implementation outside our platform' ?
You can control this more granularly by using https://docs.stripe.com/payments/payment-method-configurations
those numbers in the enabled column. If they have an integration with stripe outside the connect app we have, will they be impacted by blocking it inside
Settings->Payment methods->For your connected accounts
In general, you can only control behaviors that is connected to your account only. Can you say more? What Integration, what charge type, and what Connected Accounts are you using?
pmc_1PNThYBERZ9G8bk2NNX7doWM
this would be the payment methods id
acct_1PIwu8BERZ9G8bk2
the account id
Hello, my colleague has to step out but I can help, catching up and taking a look
sure, thank you
client id ca_QDvY7JZDnt1HpDCJBOOnA9AaWDDXpWgA
Hi there ๐ there was a bit of a mixup on our end, but I'll be helping with this moving forward.
You are correct. The Payment Methods that you give your Connected Accounts access to are only for when you create and process payments for them. If they have a Stripe Account that they can use on their own as well (this was Standard accounts when type was how we defined those), then those accounts will have a separate Payment Method Configuration that they will use for their own integrations.
perfect. Because we have connected multiple accounts that they can use on their own. So no impact on those.
Thank you
Any time! Do please let us know if you see behavior in your testing that doesn't align with that.
I still have another question. Is
Meses sin intereses -> Popular in Mexico
and Korean cards part of the cards payment method? Or they are separate like for example klarna ?
Mexico installments is still part of the card payment method type.
Looking at our guide for accepting cards in South Korea, it looks like those use a different type of kr_card:
https://docs.stripe.com/payments/kr-card/accept-a-payment?payment-ui=direct-api
Is that the flow you were asking about?
yes. That is it. I want only cards (including google pay and apple pay), and klarna for now, as a payment method.
So I can leave the mexico one, since it is only adding a card, and block for now the korea, until we test its behaviour.
Thank you
Any time!
have a nice day. And thank you again