#slobfntsy_docs
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/1310984005528846368
📝 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.
- slobfntsy_docs, 1 day ago, 11 messages
- slobfntsy_docs, 4 days ago, 29 messages
Can you share the exact page where you expect to see an apple pay button?
Please click on Buy button
You're creating these checkout sessions using a direct charge pattern on connected accounts: https://dashboard.stripe.com/test/logs/req_dOmTgrQnrSSyiW
The domain is not registered on the connected account and needs to be
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You need to register the domain on the connected account using your platform keys and the stripe-account header, the same pattern you're using to create the sessions
hmm is this option only available via api or i can add the domain on behalf of connected account via UI
?
You can only do this via the API, the Dashboard does not support the Connect flow
Do you have time , what do you think about the second problem that i have
I have setup the branding colors to be green for some reason it is still default blue buttons not sure why
I would expect the same reason: you're creating direct charge sessions and this will use the branding settings of each conencted account
I see thank you for the clarification
I will need time to test this and come back to you if i have questions
Thank you for the help today!
Looking again, i see you're using Express account, and direct charges are not recommended for that case. You should review the charge types and consider carefully which you should/want to be using.
Typically we recommend using destination charges with Express accounts
If you switched to destination charges, you'd avoid both the domain and branding issues you're facing, since both would be using your platform settings
Great tip!
I will implement the neccessery changes tomorrow and test !
Thank you for the help @lyric dirge !
NP - happy to help
Have a great day ❤️