ThinkSimple / flutter_simple_shopify

MIT License
90 stars 67 forks source link

Support for Google/Apple pay #12

Open KieranLafferty opened 4 years ago

KieranLafferty commented 4 years ago

Very excited to see a shopify plugin in development thank you for all of the hard work put into this and sharing that with the community

Was wondering if there is support for using Google Pay and Apple Pay for the checkout process?

ThinkSimple commented 4 years ago

Hey, the checkout is simply a redirect to the webview and I believe they were both listed there as payment options, however I didn't look at it for a long time but as far as I remember it was possible.

SimonIT commented 3 years ago

This endpoint will help you: https://shopify.dev/docs/storefront-api/reference/checkouts/checkoutcompletewithtokenizedpaymentv3 Pull requests are always welcome :) It's basically the same as as on their own sdks https://github.com/Shopify/mobile-buy-sdk-android/#google-pay-checkout- and here https://github.com/Shopify/mobile-buy-sdk-ios/#apple-pay-checkout-