#sinduri_code
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/1326058086640652379
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
customer shared that they can see both the buttons in stripe URL to confirm the eligibility
https://pinstadium.com/product-category/other_pinball_mods/
this is customer site, can you add a product to the cart and go to checkout to check the apple pay button is visible on your end
Our kits do not simply replace every bulb with an LED but intended to transform your machine from a dated and dull machine into a bright well-lit machine.
Have you registered the domain for Apple Pay?
Can we have the account ID of the Stripe account? It starts with acct_.
acct_1CAKJ0Kh5Fbu1Cij
The request to create the Element is being created by the platform WebCoffee. When using direct charges with Connect, the platform needs to configure the domain for each connected account using the API. [0] For this case, WebToffee hasn't registered Apple Pay for pinstadium.com domain.
Our plugin not using Stripe connect, following this doc - https://docs.stripe.com/stripe-apps/api-authentication/oauth
our plugin customers connect to their Stripe account by installing our WebToffee stripe app for OAuth authentication.
For this integration require domain verification of connected accounts in platform account?
OAuth is just another way to connect the platform to a Stripe account. The platform still need to register Apple Pay domain in order to create direct charges on the connected account.
https://docs.stripe.com/stripe-apps/reference/permissions remember to include apple_pay_domain_write and apple_pay_domain_read permisions in your Stripe app