Beschrijving
Adds Stripe’s domain association file for Apple Pay verification to your WordPress site and makes it available at https://<YOUR_SITE_DOMAIN>/.well-known/apple-developer-merchantid-domain-association
.
Troubleshooting
- Apple Pay requires SSL. This means you must have an SSL certificate installed on your website and your domain must be accessible at an URL that starts with
https
. - You must have custom permalinks enabled (anything but Plain) from Settings => Permalinks in your WordPress dashboard. If the plugin doesn’t work, make sure the URL is not blocked by your web server and that request is being passed to WordPress.
Installatie
- Install and activate the plugin directly from your WordPress dashboard, or download the files and visit Plugins => Add New => Upload from your WordPress dashboard.
- Go to your Stripe dashboard and add your domain from Account Settings => Apple Pay.
- Navigate to
https://<YOUR_SITE_DOMAIN>/.well-known/apple-developer-merchantid-domain-association
and verify that it returns the contents of Stripe’s domain association file.
Bijdragers & ontwikkelaars
“Verify domain for Apple Pay with Stripe” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Verify domain for Apple Pay with Stripe” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0.3
- Updated README
1.0.2
- Escape and force strict comparison when checking $_SERVER[“REQUEST_URI”]
- Bumped minimum WP version to 4.1
- Bumped minimum PHP version to 7.0
1.0.1
- Replace Stripe domain association file with the new version
1.0
- Plugin release.