#siddarth_api
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/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.
- siddarth_docs, 48 minutes ago, 5 messages
- siddarth_docs, 4 days ago, 27 messages
👋 Hi there! Let me take a look
What do you want your payment page to look like? Just a single Apple Pay button?
For example, like the demo at the top of this page: https://docs.stripe.com/elements/express-checkout-element
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
That depends on what you want your payment experience to look like
There are options that require using the Stripe SDK and writing code, and there are no-code or low-code options: https://docs.stripe.com/payments/use-cases/get-started
The various options on that page lead you to documentation which guide you through the necessary steps
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.
That's correct
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
The documentation there says:
You can do this on the Payment methods domains page in the Dashboard
how can I add my local environment ? like localhost URL
You won't be able to test Apple Pay on localhost, and might see an error like this:
If you are testing Apple Pay or Google Pay, you must serve this page over HTTPS as it will not work over HTTP. Please read https://stripe.com/docs/stripe-js/elements/payment-request-button#html-js-prerequisites for more details.
http://localhost:4261/ this is my local environament, how can I add this in doman
👋 Hey, taking over here, just taking a look
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,
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