#george7777_api

1 messages ¡ Page 1 of 1 (latest)

ornate lichenBOT
#

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

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

stuck trout
#

We want to achieve direct charges for stripe connect account using the platform API keys
Apple Pay is configured only on our platform account. However, with direct charges, the payment is processed against the connected account which may lead to failures since Apple Pay isn't configured there.
Similar to Google Pay, where the token must be generated in the connected account context, is there an equivalent setup or recommended approach for Apple Pay to support direct charges?

real frigate
#

The flow you're using requires certificate coordination between the account and app. Unless you also control the connected account, I don't think this is going to be practical.

This is a fairly advanced integration that requires non-public functionality. If you have a Stripe contact I suggest reaching out to them, otherwise you should write in to support with details about your use case for this flow and how the card data will be used so that we can evaluate potential options.

#

The recommendation with public functionality would be to collect the Apple Pay cards using our SDKs, leveraging the Stripe-Account header for the connected account context at creation time.