支付网关返回网址. [英] Payment gateway return url.

查看:70
本文介绍了支付网关返回网址.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在从事电子商务网站的支付网关部分.我无法理解如何处理该付款网关的返回网址.我正在使用EBS付款网关.

感谢您的帮助.

Hi I am working on a ecommerce sites payment gateway part. I am not able to understand how to handle the return url from that payment gateway. I am using EBS payment gateway.

Any help is appreciated.

推荐答案

通常,当您重定向到Payment Gateway网站进行付款处理时,大多数电子商务应用程序都可以像这样工作.

1.在aspx页面上,获取传递到付款网关页面所需的所有值.值表示数量,数量,订单编号,客户编号,增值税等.
2.通过重定向将值传递到支付网关页面.禁用视图状态.
3.现在,用户输入所有抄送信息,然后在付款网关页面中单击提交"
4. Payment Gateway页面调用您的aspx页面(您需要先配置页面或将页面发送到Payment Gateway)
5.现在从支付网关页面调用您的页面.现在,您会在页面上获得付款状态,授权码和其他详细信息.做你的数据库资料
6.使用//do stuff方法后,该页面将保留在付款网关页面中.
7.您需要配置一个链接并将其传递到支付网关页面.
8.用户单击链接并返回到您的应用.

一些付款网关,在付款过程结束后仅返回您的页面,您需要跳过步骤6-8

对于EBS Payment Gateway,您需要研究其架构并进行相应的工作.

希望这能消除您的一些疑问.

欢呼
Normally most of the e-commerce apps works like this, when you are redirecting to Payment Gateway website for payment processing.

1. From your aspx page, get all the values that are required to pass to the payment gateway page. By values, I mean the amount, qty, orderid, customerid, vat etc.
2. Pass the values to the payment gateway page through redirect. Disable the view state.
3. Now user enters all the cc information and click submit in payment gateway page
4. Payment Gateway page calls your aspx page (you need to configure or send the page to payment gateway prior)
5. You page is now called from payment gateway page. You now get the payment status, authorization code and other details in your page. Do your database stuff
6. After your //do stuff method, the page stays in payment gateway page.
7. You need to configure a link and pass it to the payment gateway page.
8. Users click the link and gets back to your apps.

Some payment gateway, just returns to your page after payment process and you need to skip the step 6-8

For the EBS Payment Gateway, you need to study their architecture and work accordingly.

Hope this clears some of your doubts.

cheers


永远不要接受来自不安全网站的代码来处理任何与真钱有关的事情.
您不知道是谁在给您代码,您不知道它是做什么的,您也不知道它是在没有将详细信息传递给任何第三方的情况下将款项正确地放入适当的帐户中的.

仅从信誉良好的公司(在这种情况下为EBS)获得此类代码,否则欺诈的范围就很大.请记住,如果您的行为被视为疏忽大意,您本人应对损失的任何金钱负责-从公共论坛获取您的代码绝对是可以的!
Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable companies - EBS in this case - the scope for fraud otherwise is far to large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!


这篇关于支付网关返回网址.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆