Hello
I really need help. I am trying to develop a custom payment plugin for joom donation. I am able to submit to the payment gateway and make payment. However, processing the response I get after successful payment is where I have some issues. I do this outside joomla with ease. I am not familiar with the joomla API.
This the response from the gateway
os_epay_notify.php?TransactionReference=2016080911180090T&OrderID=28
With this response, I am supposed to call this web service
GetStatusSecure(orderID, merchantID, currencyCode, amount) to get the transaction status.
I have attach a file containing my code
I really need help. I am trying to develop a custom payment plugin for joom donation. I am able to submit to the payment gateway and make payment. However, processing the response I get after successful payment is where I have some issues. I do this outside joomla with ease. I am not familiar with the joomla API.
This the response from the gateway
os_epay_notify.php?TransactionReference=2016080911180090T&OrderID=28
With this response, I am supposed to call this web service
GetStatusSecure(orderID, merchantID, currencyCode, amount) to get the transaction status.
I have attach a file containing my code