My company is quite far along with the development of a payment gateway. We have worked with local banks to build something that is secure and cheap to use. We have a basic checkout api that can be incorperated into home grown online stores and we want to turn it into a shopify plugin. Does that sound possible? I’ve been looking at the docs and I havent found anything that looks like it’ll work without a bit of a hack.
From what I’ve seen in the dev docs so far I have an idea…
monitor checkout id and value using a webhook. This stuff would then be stored in my db
Put a button on the shopify checkout page that, when clicked, opens up a new window directed to our system. This page would be primed with the checkout id so we would be able to know how much the user should pay etc.
Once the user has paid then we send something to shopify to say that a certain amount of money has been paid to a specific checkout.
Shopify (hopefuly) updates the checkout page to tell the user that the payment has been registered
So… am I on the right track? Is this possible? Is there anything specific in the docs I should be aware of?
Have you had the opportunity to learn about our Hosted Payment SDK? The Hosted Payment SDK allows you to integrate your hosted payment page with Shopify’s checkout. All Hosted Payment SDK integrations are based on a full page redirect on the final payment step of Shopify’s checkout through a standardized interface available to third party payment providers.
Let me know if this is something you might be interested in!
I’m sorry for the confusion! You need to become a Shopify Partner with Payment Privileges first. If you don’t mind emaling me your partner account email, I can set that up for you.
This thread looks like the information I am looking for, but just needs a bit of assurance. So in my case, I am working on a web app with customers located in Korea. Korean payment processing system is very strict, so I must follow their requirements. For instance, when we click a “Pay Now” button, it needs to call a function something like this:
So I could store information received from callback function to work with Shopify API. I looked for documentation regarding payment gateway, and it looks like I cannot manually set it up. And it seems that Hosed Payment SDK is the only choice I could try. Am I completely wrong on this? I’d love to use dashboard, cms to upload products, and analytics, carts, etc.
Yes, the Hosted Payment SDK would be your only solution to work with Shopify checkout and a third-party gateway. Essentially, when a customer submits payment from Shopify, they would be redirected to your server with the following request values stored in the body of the request. You would then execute the IMP.request_pay function and redirect back to Shopify checkout using x_url_complete when payment was completed.
Hi Jordan, we are located in Costa Rica and we need to integrate a third-party payment gateway of our country with my shopify site. I have all the documentation to my payment gateway’s API. Is Hosted Payment SDK aviable, because it has a note: “Caution: Access to the Hosted Payment SDK is closed. We are no longer accepting new integrations.” Why is that? The country like our have no other option to proceess the credit card payment automactly.
Hi, the problem is i have shopify partner account and working on it for some time but for some reason, i cannot create a Hosted Payment SDK, is this service stopped? I have a lot of request for the custom payment gateway and now we are all stuck?
Hosted Payment SDK is closed, May I ask if this can be regained? Or there are other ways to add gateway to shopify payment. The guest has got the api from the bank but I do not know how to assist him concatenate the shopify payment system right now.