##### Retrieve retro inquiry search results

POST {{baseUrl}}/retro/retro-inquiry-details?Format=JSON&AcquirerId=Excepteur fugiat reprehenderit&ExtraFields=occaecat mollit dolor consectetur

The acquirer uses the Retroactive Inquiry API to retrieve a list of Retroactive Inquiry Reference Numbers which matched the acquirer’s previous termination inquiries. The acquirer then uses Retroactive Inquiry Details API to fetch details of the matches for each from previous inquiries. Details about merchant match includes information, such as, if a Merchant has been terminated by another acquirer after an inquiry was made, the reason for termination, and the history of fraudulent or risky business practices that led to that termination. For further details refer the documentation on Use Cases.

Request Params

KeyDatatypeRequiredDescription
Formatstring(Required) Describes format of the response you wants to serverd, response can be delevired either as XML or JSON.
AcquirerIdstring(Required) The Member ICA number which is used to validate that the application has permission to hit the MATCH database. This number must be obtained from a participating MATCH acquiring bank or entity before a developer can access the MATCH resource.
ExtraFieldsstringDescribes Extra fields of the response you wants to serverd, Fields like comments can be in response if this param is passed as true.

Request Body

{"RetroInquiryRequest"=>{"InquiryReferenceNumber"=>"19962014090300001"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"RetroInquiryResponse":{"PossibleMerchantMatches":[{"TotalLength":2,"TerminatedMerchant":[{"Merchant":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"MerchantMatch":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"Merchant":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"MerchantMatch":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]},{"TotalLength":2,"TerminatedMerchant":[{"Merchant":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"MerchantMatch":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},{"Merchant":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"MerchantMatch":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}]}]}}