Shopify / mobile-buy-sdk-ios

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.
MIT License
453 stars 199 forks source link

Use Apple Pay to complete a payment in a sales channel app #1162

Open lorenzOliveto opened 2 years ago

lorenzOliveto commented 2 years ago

Is it possible to use Apple Pay to complete a checkout with the checkoutCompleteWithTokenizedPaymentV3 function, given that the storefront token that we're using is created by a sales channel app, and we have not a private app where we can configure the Apple Pay certificate.

Chakry-VJR commented 2 years ago

Hey lorenzOliveto I did bump into this issue when our app got updated to Sales Channel.Try the below link to link Apple Pay Certificate with your sales channel app.

https://shopify.dev/api/admin/rest/reference/sales-channels/mobileplatformapplication

lorenzOliveto commented 1 year ago

Hey @Chakry-VJR, I can't see how to configure the Apple pay certificate using that admin api. Could you give more information on how to do it?