Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Intergation API: checkout page

Intergation API: checkout page

AnnaMar
Visitor
2 0 1

Hello team, I am new on the Shopify. I would like to understand a little bit more which type of API I need to use according to my request. Appretiate your assistance:


I have a website where the end user can make a deposit. On my website user fill in some data, like email,amount, currency and etc. We send these details to API and we are getting back a URL for redirect (checkout) to the Payment Page. On the payment page user can finish his payment. And we will get back notification with response. 

So, I want to use Shopify as an payment option on my end. Does it possible?

 

Thank you, 

Replies 2 (2)

StevenT_A7
Explorer
147 13 16

Dear @AnnaMar,

 

Shopify functions as an e-commerce platform that enables merchants to sell their products. For stores hosted on Shopify, payment processing is facilitated through Shopify Payments or other third-party payment gateways, rather than Shopify acting as a standalone payment gateway akin to Stripe, PayPal, or a traditional bank.

 

Therefore, in response to the question of whether Shopify can be utilized to process payments originating from an independent website, it is important to note that Shopify does not offer an API to facilitate its use as a payment processor for external websites. Shopify Payments is specifically designed for and can only be implemented within the checkout process of a Shopify store.

 

For processing payments on a separate website, it is recommended to utilize a Payment Gateway API, Paycron (Recommended).

To offer more precise guidance, could you please confirm if your website is a custom web application distinct from Shopify? Additionally, clarifying whether you intend to process payments directly on your site using Shopify or redirect customers to Shopify for purchases of Shopify products would be beneficial. Once this is clarified, I would be pleased to recommend the most suitable API or approach for your needs.

 

Thanks 

Steven Taylor
302-260-8345
AnnaMar
Visitor
2 0 1

Thank you for your detailed and helpful response.

My website is custom-built. I need to redirect customers to Shopify for payment processing, and then receive a notification back to my system. I will store this data in my CRM for future use.

The intended flow is: the user initiates payment on my website, is redirected to Shopify, completes the payment, and then my system receives a callback notification. We will store the important data from this notification in our CRM.