Confirmation/Notification/Order Processing API
Confirm Transaction Status
mydomain.com/n.phpConfirm Transaction Status
Query Parameters
Name
Type
Description
{
"cur": "NGN",
"total_paid_by_buyer": "1000",
"total": "1000",
"fund_maturity": "1970-01-01",
"buyer_email": "[email protected]",
"status": "Approved",
"merchant_id": "sandbox_760e43f202878f651659820234cad9",
"merchant_ref": "ref123",
"transaction_id": "409a283ede12461aa674d3abb9f9b92e",
"process_duration": 0.836074
}
// -------------- XML RESPONSE TYPE -------------------
<?xml version="1.0" encoding="UTF-8"?>
<voguepay>
<cur>NGN</cur>
<total_paid_by_buyer>1000</total_paid_by_buyer>
<total>1000</total>
<fund_maturity>1970-01-01</fund_maturity>
<buyer_email>[email protected]</buyer_email>
<status>Approved</status>
<merchant_id>sandbox_760e43f202878f651659820234cad9</merchant_id>
<merchant_ref>ref123</merchant_ref>
<transaction_id>409a283ede12461aa674d3abb9f9b92e</transaction_id>
<process_duration>0.566156</process_duration>
</voguepay>Last updated