Development discussions around Shopify APIs
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...
So... am I on the right track? Is this possible? Is there anything specific in the docs I should be aware of?
I'll appreciate any assistance I can get here.
Hey Sheena,
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!
- Jordan
Jordan | Developer Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Looks perfect. Thanks for the quick reply 🙂
I think either I've done something horribly wrong or the docs are out of date. I'm stuck on step 2 here.
https://help.shopify.com/api/sdks/hosted-payment-sdk/adding-gateway
The link I'm supposed to click on doesn't exist... I've looked around a bit and I cant find any equivalent link
Hey Sheena,
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.
- Jordan
Jordan | Developer Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi Jordan,
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:
```
IMP.request_pay({
pg : 'inicis',
pay_method : 'card',
merchant_uid : 'merchant_' + new Date().getTime(),
name : 'foo',
amount : 14000,
buyer_email : 'iamport@siot.do',
buyer_name : 'jon',
buyer_tel : '010-1234-5678',
buyer_addr : '2 college street',
buyer_postcode : '123-456',
m_redirect_url : 'https://www.yourdomain.com/payments/complete'
}, function(rsp) {
if ( rsp.success ) {
var msg = 'Order completed.';
msg += 'unique id : ' + rsp.imp_uid;
msg += 'shop id : ' + rsp.merchant_uid;
msg += 'pricing : ' + rsp.paid_amount;
msg += 'card auth num : ' + rsp.apply_num;
} else {
var msg = 'Error failed.';
msg += 'Error message : ' + rsp.error_msg;
}
alert(msg);
});
```
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.
Looking forward to hearing from you!
Hey Eunsang,
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.
- Jordan
Jordan | Developer Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Great help, Jordan! Thanks for support. ?
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.
I will apreciated any help,
Mike
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?
Hey Nistor,
Did you previously have access to the Hosted Payments SDK?
- Jordan
Jordan | Developer Support @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Looks like the SDK has been deprecated or otherwise cancelled. Is there another way to integrate payments gateways in the pipeline?
Hi Jordan,
i have a partner account and gateways section activated to develop a Hosted Payment SDK.
Can i develop it ? i have a customer ready to start a new payment gateway
Jordan: Is this option gone or can i still use my own payment gateway?
How to create my own payment gateway offsite . Kindly guide me ...
Could someone help, how can I integrate a payment gateway instead of this closed payment SDK?
Hi Jordan, I have the same problem, I´m stuck on step two so I´m guessing I need to have Payment Privileges, how do I get them?
Thanks!
up!
Need to integrate custom payment method for cards... How can we do it now if there's no Hosted SDK anymore?
Hello Jordan
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.
User | RANK |
---|---|
8 | |
7 | |
3 | |
3 | |
3 |
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By