I am setting up a website for a client which uses Stripe as a payment provider. The flow is the following:
- The website is a CMS Website, selling subscription plans.
- The subscription plans are defined in Stripe.
- The users are managed in Memberstack 2.0.
- I have NOT and need NOT to have an ecommerce plan - it doesn’t make sense for this modus operandi as is why I’ve chosen to go with Memberstack isntead of user accounts (client migrates to Webflow from another website provider)
- In Stripe, if I want to add the .webflow.io domain for apple pay verification, I need to add a certain document they’re giving me to the following address:
mydomain.webflow.io/.well-known/apple-developer-merchantid-domain-association
How am I able to do this? As you probably know, if I attempt at creating a “.well-known” folder, the dot automatically dissapears in the slug, hence making this attempt null. Is there a workaround for this?
Thank you!