I run a tutoring business, and many of my students book their times on mobile. In my experience, Apple Pay is the easiest way to pay for something online on mobile. When I learned cal.com doesn't support Apple Pay in their Stripe integration, I was disappointed.
Download the apple-developer-merchantid-domain-association file
Put it at apps/web/public/.well-known/apple-developer-merchantid-domain-association
Figures:
Describe alternatives you've considered
You could also create a whole separate "app" in your app store for Apple Pay, but that seems like a hastle.
Additional context
I found this PR which supposedly adds Apple Pay, but it's also doing some random internationalization stuff, and isn't as targeted as this request. I just want to host the single file to use in Stripe.
House rules
If this issue has a 🚨 needs approval label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.
For clarity: Non-core member issues automatically get the 🚨 needs approval label.
Your feature ideas are invaluable to us! However, they undergo review to ensure alignment with the product's direction.
Is your proposal related to a problem?
I run a tutoring business, and many of my students book their times on mobile. In my experience, Apple Pay is the easiest way to pay for something online on mobile. When I learned cal.com doesn't support Apple Pay in their Stripe integration, I was disappointed.
Describe the solution you'd like
How to implement:
apps/web/public/.well-known/apple-developer-merchantid-domain-association
Figures:
Describe alternatives you've considered
You could also create a whole separate "app" in your app store for Apple Pay, but that seems like a hastle.
Additional context
I found this PR which supposedly adds Apple Pay, but it's also doing some random internationalization stuff, and isn't as targeted as this request. I just want to host the single file to use in Stripe.
House rules
🚨 needs approval
label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.🚨 needs approval
label.CAL-4727