v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
VerifyRule

VerifyRules:Browse

Get all verify rules. If you do not supply a merchant we return the verify rules that are available under your own merchant registration. If you supply a merchant you need to have access to that merchant. You need to authenticate with an AT-code as username and a token as password.

get/v2/verifyrules

Query parameters

eqstring

Get results that equal the given value

Provides filtering based on merchant code.

{
  "eq": "M-1234-4321"
}
eqstring

Get results that equal the given value

Filter verify rules for a specific rule type.

eqstring

Get results that equal the given value

Filter verify rules for a specific value.

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "verifyRules": [
    {
      "code": "RV-1234-4321-1234",
      "verifyRuleType": "email",
      "label": "fraud",
      "value": "support@pay.nl",
      "score": -25,
      "merchant": {
        "code": "M-1234-4321",
        "status": "ACTIVE",
        "name": "GMS Demo Merchant"
      },
      "expiresAt": "2016-06-04T08:15:00+01:00",
      "createdAt": "2024-06-04T08:15:00+01:00",
      "createdBy": "A-1234-4321",
      "modifiedAt": "2024-06-04T08:15:00+01:00",
      "modifiedBy": "A-1234-4321",
      "deletedAt": "A-1234-4321",
      "deletedBy": "A-1234-4321"
    }
  ],
  "total": 10
}