We ran into the same issue. The Apple Pay configuration area within Stripe (once logged in) is at:
Stripe Login | Sign in to the Stripe Dashboard https://dashboard.stripe.com/settings/payments/apple_pay
You will need to complete the “Web domains” area only if using default payment integration - it just wants you to place a verification page (apple-developer-merchantid-domain-association) into the /.well-known/ folder of your host. It should have the instructions in Stripe when you click on “Add new domain”. Apple Pay then worked from within the Checkout page, but it did not work completely from within the “Product Pages” Apple Pay payment button for us. (It accepted the payment, but did not create an Order or pass along the product being purchased). We may just have an older CS-Cart version though(?)…
I found this information on the Stripe website: Enable Apple Pay on your Stripe account : Stripe: Help & Support [Preformatted text](https://support.stripe.com/questions/enable-apple-pay-on-your-stripe-account)
Also, I think Stripe may have a minimum transaction payment amount if you are looking to test things out - we were able to get a $.53 transaction to go through, but the minimum could be lower, like $.30 or so…
Cheers!