Storefront Headless Checkout + PayPal

I found this other post https://community.shopify.com/c/Storefront-API-SDKs/Headless-Checkout-with-PayPal-Express/m-p/740447#M341 with the question I share:

Can I use Storefront API headless checkout with PayPal Express? More specifically: without having the customer go through Shopify’s checkout page?

I’m building my own checkout page, and would make no sense if the customer sees another checkout page. I just want a PayPal checkout button that integrates with Shopify Storefront.

My idea is:

  1. Create a checkout using Storefront API
  2. Implement PayPal checkout button separately https://developer.paypal.com/docs/checkout/integrate
  3. When customer is finished, mark the checkout/order in Storefront API as “done”

Is this possible? I can’t imagine that storefront + paypal is no option.

Thanks in advance.

1 Like

Did you find any solution to this @Blockbase ?

Thanks

F