Shopify Custom Payment Gateway Implementation

此生再无相见时 提交于 2019-12-24 06:03:45

问题


I successfully added my payment gateway to admin and its also show me on checkout page but when user click on "place order" i don't have any idea about how shopify process after that. i want to make payment using custom payment gateway.

Where i can add my custom file for payment gateway ? Or where i can add code for custom payment gateway.
what i need to do is..
- when user click on "place order" button ,get all the detail of order
- setup curl request for payment based on details


回答1:


You are probably looking for hosted-payments feature of Shopify.

This is where payment gateways can implement their payment processing with Shopify checkout.

You have to create a public page / website where Shopify will redirect after click on "place order" button.

There on this page/website you can have all order details and implement the gateway using curl requests etc.

More info you can find at Hosted Payment SDK where you can see an Api reference for Request and Response values.



来源:https://stackoverflow.com/questions/38695481/shopify-custom-payment-gateway-implementation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!