Confirmation/Notification/Order Processing API
Confirm Transaction Status
VoguePay sends a transaction id to the notification URL provided in your account for every transaction on that account. If your notification URL i.e notify_url query parameter value is 'https://mydomain.com/n.php', then notification will be sent to :
Confirm Transaction Status
GET
https://pay.voguepay.com
This endpoint returns details of a transaction. See Response sample is 'Response' Tab.
Query Parameters
Response Parameters Description
Response for Transaction ID not found:
Response "status" value will be "Declined"
Last updated