#siddarth_api

1 messages · Page 1 of 1 (latest)

devout yokeBOT
#

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

📝 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.

rapid tide
#

👋 Hi there! Let me take a look

#

What do you want your payment page to look like? Just a single Apple Pay button?

eternal hornet
#

I did not get mean by just a single Apple Pay Button. What I want is, when i click on the pay button we should collect the detail and make payment. But the pre requisites for this is there are some additional steps to do, I am not clear on those steps, like setup/configure the environment

rapid tide
#

That depends on what you want your payment experience to look like

#

The various options on that page lead you to documentation which guide you through the necessary steps

eternal hornet
#

In one of the document https://docs.stripe.com/apple-pay?platform=web#web-integration-considerations mentiond below, does it mean we should not create any merchant id and certificate? Stripe handles Apple merchant validation for you, including creating an Apple Merchant ID and Certificate Signing Request. Don’t follow the merchant validation process in the Apple Pay documentation. Instead, follow this step:

Tell Stripe to register your domain with Apple. You can do this on the Payment methods domains page in the Dashboard, or by using the API with your live secret key as shown below. Don’t register your domain more than once per account.

Integrate Apple Pay into your iOS apps and websites to enable secure, one-touch payments for customers.

rapid tide
#

That's correct

eternal hornet
#

I am doing my tets in my local dev environment, how can I test if it is working or now? basically how can i register my domain

rapid tide
eternal hornet
#

how can I add my local environment ? like localhost URL

devout yokeBOT
rapid tide
eternal hornet
wet thicket
#

👋 Hey, taking over here, just taking a look

eternal hornet
#

ok

#

my requirement is our is B2B CRM Product using .NET web application, we already have integration with Stripe, but we want to integrate apple pay,

wet thicket
#

Ok, sure. The docs my colleague shared above should give you all in the info you need in that regard, but for testing on localhost, this isn't possible. If you're unable to test in a live https environment, there are tools like ngrok available for tunneling your localhost instance to such an environment, so that may be an option for you