Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 :

XML
<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>


---
Thanks & Regards,
Siva.
Posted

1 solution

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
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900