flutter_simple_shopify icon indicating copy to clipboard operation
flutter_simple_shopify copied to clipboard

Support for Google/Apple pay

Open KieranLafferty opened this issue 5 years ago • 2 comments

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?

KieranLafferty avatar Sep 08 '20 00:09 KieranLafferty

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.

ThinkSimple avatar Sep 08 '20 12:09 ThinkSimple

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-

SimonIT avatar Mar 09 '21 21:03 SimonIT