v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Merchants

Get Disallowed Merchants

get/api/v1/groups/disallow-merchant

Response

Success

listIdinteger

ID of the Card Acceptor list.

listNamestring nullable

Name of the Card Acceptor list.

listTypestring nullable

Type of the List (Allow or Disallow).

isActiveboolean

boolean value - true if the list is active.

schemeIdinteger nullable

ID of the Scheme that the list is associated with.

schemeNamestring nullable

Name of the associated scheme.

institutionIdinteger

ID of the associated Institution.

institutionNamestring nullable

Name of the associated Institution.

cardAcceptorsstring[] nullable

List of Card Acceptors in the List.

Example response

{
  "listName": "Approved Merchants",
  "listType": "Disallow",
  "isActive": true,
  "schemeId": 1050,
  "schemeName": "Example Scheme",
  "institutionId": 21,
  "institutionName": "Example Institution"
}