#vitor-paixo_best-practices

1 messages · Page 1 of 1 (latest)

clear fieldBOT
#

👋 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/1290644730996330528

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

zenith crater
#

hi there!

obtuse pelican
#

Hi

zenith crater
#

any reason why you are not using Stripe Connect for this? this would allow you (the platform) to register the Apple Pay domain on behalf of your connected accounts.

obtuse pelican
#

The initial solution was only focused on card payments, so we used the Card Payment method for that, and Connect was not considered. Now we are migrating to support additional payment methods and decided to use Payment Elements, as we believed it would handle the transition seamlessly based on our initial setup. However, with the introduction of Apple Pay, these new issues arose because we generate the Payment Intent using each individual customer’s Stripe account, allowing them to quickly integrate their Stripe account into our app. They simply provide the SK and PK, and we handle the rest from there.

zenith crater
#

using connect. or not has nothing to do with payment methods. using connect allow you to control other stripe account for multi-party payments. and it looks like that's what you are trying to do? you can learn more about it here: https://docs.stripe.com/connect

obtuse pelican
#

We want to give our customers the flexibility to create their own Stripe accounts completely independent from ours and just use the SK and PK for integration. Using the current approach, is it possible to achieve this same result?

Google Pay is working fine, but Apple Pay is raising questions about domain validation and certificates that need to be added to each Stripe account.

Would that be the only way to solve this issue, or is there another possible solution?

zenith crater
#

if you don't want to use Connect, then each Stripe Account will need to validate the Apple Pay domain on their end.