12. Reconciliation File

Query Params
string
required

Application 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.

string
required

Version 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 Version

string
required

Business 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-dd

string
required

Hash Type is the hashing algorithm used to generate signatures. Left empty will default as md5 (only for v1). md5=MD5, hmac-sha256=HMAC-SHA256

string
required

Type refers to the report that requires to be generated. txn=Transaction recon file

string

Download refers to the type of file extension that will be exported after successfully generating the list of transactions. txt=.txt, csv=.csv

string
required

All parameters required for signature creation (refer to Generate Signature)

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!