v1

latestSwagger 2.02026-07-1463854.0 KB
Retroactive Inquiry Request

Returns the summary of Retro matches for the given Acquirer Id. This resource will return the summary of Retroactive Inquiry matches for the given Acquirer ID/ICA. If an initial inquiry does not result in a possible match, it is still possible that the merchant listing could appear sometime in the next 360 days. This may occur when another acquirer enters the merchant into the MATCH database. The system will automatically continue to search the MATCH system for 360 days. To view these notifications, acquirers must use the Retroactive Inquiry service.

Returns the summary of Retro matches for the given Acquirer Id. This resource will return the summary of Retroactive Inquiry matches for the given Acquirer ID/ICA. If an initial inquiry does not result in a possible match, it is still possible that the merchant listing could appear sometime in the next 360 days. This may occur when another acquirer enters the merchant into the MATCH database. The system will automatically continue to search the MATCH system for 360 days. To view these notifications, acquirers must use the Retroactive Inquiry service.

post/fraud/merchant/v3/retro/retro-list

Request body

Example request

{
  "RetroRequest": {
    "AcquirerId": "1996"
  }
}

Response

The retroactive request response object.

Example response

{
  "RetroResponse": {
    "BusinessName": "THE BAIT SHOP",
    "City": "CHICAGO",
    "Country": "USA",
    "Date": "09/02/2014",
    "RefNum": "19962014090200009",
    "State": "IL"
  }
}