VonguePay付款集成 [英] VonguePay Payment integration

查看:161
本文介绍了VonguePay付款集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,



我需要小信息。我使用PHP将VonguePay支付网关集成到我的网站。当我的付款页面完成后,它会重定向到我的网站。

但如果是成功或失败的交易,如何在我的网站上获取响应数据。请指导我。



我的表格是:



Dear All,

I need small information. I am VonguePay payment gateway integration in to my website using PHP. When My payment Page is completed its redirect to my website.
But how to get response data in my website, if it is success or failed transactions. Please guide me.

My Form is :

<form method='POST' action='https://voguepay.com/pay/'>

<input type='hidden' name='v_merchant_id' value='13189-10745' />
<input type='hidden' name='merchant_ref' value='234-567-890' />
<input type='hidden' name='memo' value='Bulk order from McAckney Web Shop' />

<input type='hidden' name='notify_url' value='http://www.mydomain.com/notification.php' />
<input type='hidden' name='success_url' value='http://www.mydomain.com/thank_you.html' />
<input type='hidden' name='fail_url' value='http://www.mydomain.com/failed.html' />

<input type='hidden' name='developer_code' value='pq7778ehh9YbZ' />
<input type='hidden' name='store_id' value='25' />

<input type='hidden' name='total' value='0.01' />

<input type='image' src='http://voguepay.com/images/buttons/buynow_blue.png' alt='Submit' />

</form>





---

谢谢&此致,

Siva。



---
Thanks & Regards,
Siva.

推荐答案

假设您的意思是VoguePay,那么您应该参考他们的网站获取API文档 - 在您的情况下此特定链接 https://voguepay.com/developers [ ^ ]并选择通知/订单处理API标签
Assuming you mean "VoguePay" then you should refer to their website for the API documentation - in your case this specific link https://voguepay.com/developers[^] and select the "Notification/Order Processing API" tab


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

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