Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Can my app complete the checkout without redirecting to Shopify checkout page?

Can my app complete the checkout without redirecting to Shopify checkout page?

hiepspj
Shopify Partner
2 0 0

 

Hi Shopify Community,

I'm building an app with ReactJS using the Shopify Storefront API and Stripe as the payment gateway. My goal is to handle the entire checkout process within my app, without redirecting users to the Shopify checkout page.

I've looked into the checkoutCompleteWithTokenizedPaymentV3 API, but it seems to be deprecated soon. Additionally, the documentation is lacking and I find it difficult to work with.

Has anyone faced a similar issue and found a successful solution? Any ideas or suggestions would be greatly appreciated!

Thanks for your help!

Replies 2 (2)

Kyle_Poieo-Dev
Shopify Partner
54 6 9

As a ReactJS developer myself, my advice would be write a library for you application yourself if you can't find a library that easily integrates with ReactJS. Have a look at this:

https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/storefront-api-client#readm...

-

Need a Shopify developer? Send me an Email


- CEO & Lead Developer at Poieo Dev
- Shopify Design Changes | Shopify Custom Coding | Custom Modifications | SEO | E-Commerce Management
Poieo Dev
hiepspj
Shopify Partner
2 0 0

Hi @Kyle_Poieo-Dev ,

Thank you very much for your response. But what I'm concerned about is whether it's possible to complete the entire checkout process without redirecting to the Shopify checkout page. Maybe I gotta research more...