ReconciliationAsk AIget https://secure.vend-o.com/api/reconciliationUse this API to access your transactional data. Read the previous page for more details.Query ParamsmerchantIDint32requiredYour Vendo Merchant ID. This will be provided by your account manager.startDatedaterequiredStart date of the report. Mandatory if transactionId is not present. Example: 2021-01-25endDatedateEnd date of the report. If no endDate is set, only the startDate will be reported.siteIDsint32Comma separated Site IDs. If siteIDs parameter is not provided, transactions for all Site IDs of the merchant will be reported. Example: 999,1000formatint32Format of the report: 0 for CSV (Comma Separated Values). This is the default value; 1 for XML; If the 'format' parameter is not provided the report is generated in CSV format.transactionIdint32Vendo's Transaction ID.includeRejectedTransactionsint32Defaults to 0Whether to include rejected payment transactions in the output. Set to 1 if you want to get rejected transactions.signaturestringrequiredThe URL signature. For more information, see Signing URLs.HeadersacceptstringenumDefaults to application/xmlGenerated from available response content typesapplication/xmltext/plainAllowed:application/xmltext/plainResponse 200200Updated 5 months ago