Overview
- Google Pay — No configuration required. It appears automatically when your domain uses an NMI merchant with tokenization (Collect.js) and the customer’s browser supports it.
- Apple Pay — Requires enabling in the NMI Merchant Portal, registering your checkout domain(s) with NMI, and completing Apple’s domain verification.
- Both options appear on the checkout page only, in the same payment area where customers choose Card or PayPal. If the wallet is not supported or the customer cancels, they can still pay with card (and PayPal or Klarna if configured).
How to configure / enable
Google Pay
No configuration is required.- Ensure the domain uses an NMI merchant (not Stripe, PayPal, or another gateway).
- Ensure that merchant uses tokenization (Collect.js): in the merchant settings, tokenization mode should be Collect.js and the public / tokenization key should be set.
- Assign that NMI merchant to your checkout domain under Settings → Domains → Edit Domain → Merchant.
Apple Pay
Prerequisites: NMI merchant with tokenization (Collect.js), and the checkout domain linked to that merchant (as above). Step 1: Enable Apple Pay in NMI- Log in to the NMI Merchant Portal.
- Go to Settings → Apple Pay.
- Enable Apple Pay for your account (if your processor supports it).
- In the NMI Merchant Portal, add your checkout domain(s) to the Apple Pay allowed list (see NMI’s Apple Pay / domain registration section).
- If ElasticFunnels later adds an in-app “Register domains” action for your NMI merchant, you can use that to sync your linked domains; otherwise configure the list in NMI’s portal.
- Download the domain verification file from NMI (or from Apple’s developer resources, depending on how NMI guides you).
- Host it at:
https://<your-checkout-domain>/.well-known/apple-developer-merchantid-domain-association
Replace<your-checkout-domain>with the exact domain customers use at checkout (e.g.checkout.yourstore.com). - Ensure the file is publicly accessible over HTTPS. Recommended: In the app, go to Domains → edit the checkout domain → Apple Pay tab, and paste the exact contents of the verification file. The offer site will then serve it at
/.well-known/apple-developer-merchantid-domain-associationfor that domain. Alternatively, you can set the env varAPPLE_PAY_DOMAIN_VERIFICATION_CONTENTon the offer server as a fallback (same content for all domains on that server). If neither is set, the path returns 404 and you must host the file elsewhere.
Where the options appear
- Page: The checkout page only. Apple Pay and Google Pay do not appear on the cart, product, or other pages unless we add them there in a future update.
- Position: In the same payment method area where customers choose Card or PayPal (e.g. above the card form, or in a row with other payment options). They are visible only when:
- The checkout domain uses an NMI merchant with tokenization (Collect.js) (public key set), and
- The customer’s browser or device supports the wallet (e.g. Safari/Apple device for Apple Pay, Chrome or supported Android for Google Pay, over HTTPS).
Troubleshooting
-
Apple Pay or Google Pay buttons do not show
- Confirm the domain uses an NMI merchant with Collect.js (tokenization) and a public/tokenization key.
- Check that the customer is on HTTPS and that the browser or device supports the wallet (e.g. Safari for Apple Pay).
- For Apple Pay only: confirm the domain is registered with NMI for Apple Pay and that the Apple verification file is reachable at
https://<your-checkout-domain>/.well-known/apple-developer-merchantid-domain-association.
-
Verification file not found (Apple Pay)
- Ensure the file is at the exact path above and that the domain matches the one used at checkout.
- If you use a subdomain for checkout, that subdomain must be the one registered with NMI and Apple and must serve the verification file.
-
Wallet payment cancelled or failed
- The customer can pay with card instead; the card form remains available. No page reload is required.