12. Reconciliation FileCopy Pageget https://api.fiuu.com/RMS/API/MOLOPA/reconciliation.phpQuery ParamsapplicationCodestringrequiredApplication Code is uniquely identifying merchant applications which integrate with Offline Payment API. A merchant company could have up to 1 merchant account and multiple application accounts.versionstringrequiredVersion of Offline Payment API starts with prefix "v" followed by the version number. When a merchant makes a HTTP request to PG, the version must be specified in the parameter. Refer to section VersionbusinessDatestringrequiredBusiness date is a business date on the merchant side to which the transaction belongs. This is to ease the reconciliation when merchants have different business cutoff time with PG. Leave empty will follow the transaction date at the PG system. Format: yyyy-MM-ddhashTypestringrequiredHash Type is the hashing algorithm used to generate signatures. Left empty will default as md5 (only for v1). md5=MD5, hmac-sha256=HMAC-SHA256typestringrequiredType refers to the report that requires to be generated. txn=Transaction recon filedownloadstringDownload refers to the type of file extension that will be exported after successfully generating the list of transactions. txt=.txt, csv=.csvsignaturestringrequiredAll parameters required for signature creation (refer to Generate Signature)Response 200Updated 4 months ago