recon Report Data Acknowledge
POST {{baseUrl}}/v6/reconreport/data/request
An issuer or acquirer uses this endpoint to request that Mastercom generate a reconciliation report or enhanced reconciliation report for a specified date range.
Note: The issuer or acquirer receives a unique report identifier in the response. Using the unique report identifier from this endpoint, the issuer or acquirer then retrieves the report from the Retrieve Reconciliation Report endpoint.
Request Body
{"endDate"=>"2021-02-16", "startDate"=>"2021-02-15", "ica"=>["000001", "000002"], "cycles"=>[4, 7], "enhancedReconciliationReportFlag"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"reportIdentifier":"123e4567-e89b-42d3-a456-556642440000"}