Capture the amount that has been place on Hold as part of the AUTH transaction, you can either use the below service or Capture from the Merchant Control Panel.
var Siganture = CryptoJS.SHA256(CompanyNum + TransTypeCapture + TypeCredit + Amount + 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=" + TypeCredit + "&Amount=" + Amount + "&Signature=" + hash;
https://process..coriunder.cloud/member/remote_charge.asp? CompanyNum=3411419& TransType=2& TypeCredit=1& Amount=50& Comment=Test Capture& TransApprovalID=1746& Signature=Pil9krUNqkILYRfxwPxnfTXAiKkEGFZdMVABhkpiOF4%3D
TransType=2& Reply=000& TransID=21298& Date=21/01/2023 16:32:30& 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=dJAnMQx4aM8hg%2BSHwbCBbYpNodKBl0CDB%2Fifcr0YBhI%3D
Learn how to process 3DS transactions.
Check the status of a specific transaction.
Learn how to handle APM requests.