VOID will allow you to cancel an AUTH transaction and releasing the balance that has been placed on Hold with the issuer.
var Siganture = CryptoJS.SHA256(CompanyNum + 2 + 10 + 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=" + 2 + "&TransApprovalID=" + TransApprovalID + "&TypeCredit=" + 10 + "&Signature=" + hash;
https://process.coriunder.cloud/member/remote_charge.asp? CompanyNum=3411419& TransType=2& TypeCredit=10& Amount=50& Comment=Test VOID& TransApprovalID=1747& Signature=%2B4bLWAIS1eEcAp90NHa1C8Wa8aHYGJ%2FYVtlH3EWxD4U%3D
TransType=2& Reply=000& TransID=21299& Date=21/01/2023 16:35:38& Order=30101010& Amount=50.00& Payments=1& Currency=1& ConfirmationNum=1234567& Comment=Deposit& ReplyDesc=SUCCESS& CCType=Visa& Descriptor=Testing Environment& RecurringSeries=& Last4=1111& ExpMonth=11& ExpYear=25& ccStorageID=& ccPublicReference=& Source=APPROVED& WalletID=& debit_company=1& debit_refnum=& ccBIN=411111& signType=SHA256& signature=5L6Jt6falh0ir%2Bnrv0dYbAC4KxmHcoOHIgtfitqMO7c%3D
Integrate using SALE flow
Capture an AUTH transaction.
Process an AUTH transaction.