Our platform allows multiple approaches to refunds, you can either process a refund or request a refund, this page covers the implementation of processing a refund, meaning the refund will be sent to the provider without stopping on our end.
var Siganture = CryptoJS.SHA256(CompanyNum + 0 + 0 + Amount + Currency + RefTransID + PersonalHashKey); var Base64Siganture = Siganture.toString(CryptoJS.enc.Base64); var hash = encodeURIComponent(Base64Siganture); var src = "https://process.coriunder.cloud/member/remote_charge.asp?" + "CompanyNum=" + CompanyNum + "&TransType=" + 0 + "&RefTransID=" + RefTransID + "&TypeCredit=" + 0 + "&Amount=" + Amount + "&Signature=" + hash;
To see samples of request and responses we recommend visiting the Examples section at the bottom of the page Here
Checkout the frequently asked questions.
Direct request to process refunds.
Learn about the different statuses.