#Mark Zuckerberg-applepay
1 messages · Page 1 of 1 (latest)
Hello, that error is happening because when we reach out to your webserver we get an HTTP 303 redirect. Stripe and Apple require that the URL you supply directly serves the file along with an HTTP 200 response
So basically, stripe is reaching out to your server for a file located at https://mo3.media/.well-known/apple-developer-merchantid-domain-association, when we do that, your server responds saying that the file is at a different URL. The server needs to be reconfigured to serve that domain association file directly from the URL.
If you want to simulate the call that Stripe and Apple make, you can use this call
-H "Accept;" -H "Accept:" \
-H "Via: https/1.1 usatl4-edge-bx-014.ts.apple.com[11FD071B] (ApacheTrafficServer/6.1.2)" \
-H "User-Agent: oslopartner Client 1.0" -H "Accept-Encoding: gzip"```
can you tell me where i use it ?
take your time
Sorry that took a while - what do you mean tell you where you use it? For more context, trying to go to https://mo3.media/.well-known/apple-developer-merchantid-domain-association redirects you to https://mo3.media/.well-known/apple-developer-merchantid-domain-association/ which ends in a 403 error
You need to fix it so it no longer redirect and is accessible
i put the file here
public_html/.well-known/apple-developer-merchantid-domain-association
You need to debug this part yourself - there's a lot of different ways to serve the file, and I'm not famliar with FIle Manager to be able to troubleshoot that specifically
awesome! Yes, that should be all you need to get apple pay working on the web
can you tell me how i can create payment link on my domain now ?
Do you mean a Payment Link or are you trying to use the Payment Request button?
i want create a payment link with apple pay payment or visa card
Recover Instagram hacked account
like this one with apple pay
As far as I know there is not way to create a Payment Link that uses your own domain - this is only possible with Checkout Sessions. Are you trying to actually use Payment Link with your own domain, or are you just trying to use Payment LInks in general?
i want stripe payment link with apple pay
Gotcha - then you just need to make sure Apply Pay is enabled at https://dashboard.stripe.com/test/settings/payment_methods and then you can create Payment Links at https://dashboard.stripe.com/test/payment-links or through the dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Recover Instagram hacked account
apple pay now showing
not**
just visa
Ah - are collecting tax automatically with your payment link?
👍 If you do want to collect tax automatically you can still get apply pay as long as you enable "Collect customers' addresses" and choose "Billing and Shipping addresses"
Is it possible to create a page for the terms and laws, in which the laws are approved and then transferred to payment?
You can display/collect a Terms of Service in your Payment Link (see https://stripe.com/docs/payments/checkout/customization#collect-a-terms-of-service-agreement) but note that Apple Pay won't work if you do this. If you want to create a separate page for your terms outside of the Payment Link then you'd have to implement that yourself