##### Retrieve contact information of another acquirer.

POST {{baseUrl}}/common/contact-details?Format=JSON

Returns the contact information for the acquirer id requested. When MATCH returns a possible merchant match, this resource assists users by retrieving the contact information associated with the Acquirer ID/ICA that added the merchant to MATCH. 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.

Request Body

{"ContactRequest"=>{"AcquirerId"=>"12086"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"ContactResponse":{"Contact":[{"BankName":"THE XYZ BANK","Region":"UNITED STATES","FirstName":"JACK","LastName":"SMITH","PhoneNumber":"6360000000","FaxNumber":"6360000001","EmailAddress":"JACK_SMITH@XYZ.COM"},{"BankName":"THE XYZ BANK","Region":"UNITED STATES","FirstName":"JACK","LastName":"SMITH","PhoneNumber":"6360000000","FaxNumber":"6360000001","EmailAddress":"JACK_SMITH@XYZ.COM"}]}}