#binod-apple-pay
1 messages · Page 1 of 1 (latest)
no errors
just apple pay button doesnt appears
im using ngrok for testing locally
im getting this in console after const pr = stripe.paymentRequest({ country: "US", currency: "usd", total: { label: "Demo total", amount: 1999, }, requestPayerName: true, requestPayerEmail: true, });
Do you meet all the Apple Pay requirements? https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html&platform=html-js-testing-apple-pay#html-js-testing
yes, verified domain, added key inside .well-known directory which is working properly
And do you have an active card in your Apple Pay wallet?
Im testing in browser. do I need to have it?