v1

latestSwagger 2.02026-07-1463854.0 KB
Acquirer Contact Request

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.

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.

post/fraud/merchant/v3/common/contact-details

Request body

Example request

{
  "ContactRequest": {
    "AcquirerId": "12086"
  }
}

Response

The acquirer contact response object.

Example response

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