#Chevy-ios-applepay
1 messages · Page 1 of 1 (latest)
Hi, can you clarify what you're trying to do here and what Stripe documentation you're currently leveraging?
I went through Back4App documentation http://docs.parseplatform.org/cloudcode/guide/#cloud-functions and https://stripe.com/docs/apple-pay but still dont get it
You'd likely want to talk to Back4App
Are you the developer writing the code yourself from scratch, like what's the context here?
Yes, I'm trying to implement Apple Pay so client pay for my service through the app. The button call for .presentApplePay (show the view to pay). However, when I hit pay an alert pops up "Apple Pay is not available in "Chevy" Checkthe settings for this app and make sure it was designed to use Apple Pay.
So what is Back4App and what does that have to do with your question?
How are you testing exactly?
Back4App is the server I'm using to store users data.
okay so did you do all the steps at https://stripe.com/docs/apple-pay?platform=ios#merchantid ?
Chevy-ios-applepay
👋 stepping in. You may want to double check how are you registering the ApplePay certificate. You need to set it in your Apple Account which you download the certificate and use in your Xcode to build
Follow Step 2 "Register for an Apple Merchant ID" and Step 3 "Create a new Apple Pay certificate" from the link my colleague shared
Everything is fine with Apple Pay I already set that up. I'm stock: //Call your backend to create and confirm a PaymentIntent and get its client
How do I do that?
Are you sure you setup certificate correctly? The error indeed means you haven't
Your Xcode setting should look like this
And that merchant Id should be from the Apple Account you have setup the certificate with Stripe Dashboard
Yes, just double checked. All look good
And the Apple Account has the Apple Pay certificate? Are you still having the same error?
Apple Pay is not available in "Chevy" Checkthe settings for this app and make sure it was designed to use Apple Pay.
This is an iOS error which only related to Apple Developer Account setup