v1
latestOpenAPI 3.1.02026-07-242325051.4 MBVerifyRule
VerifyRule:Update
Update a data point as reliable (positive) or unreliable (negative) and our VERIFY module will take this into account in the decision making. You can supply the VerifyRule code or you can supply the data point value if you don’t know the code. You need to authenticate with an AT-code as username and a token as password.
patch/v2/verifyrules/{verifyRuleCode}
Path parameters
verifyRuleCodestring required
VerifyRule identifier
Request body
Example request
{
"verifyRuleType": "email",
"label": "fraud",
"value": "robbert.vanderwerf@company.com",
"score": -25,
"expiresAt": "2024-03-25T07:48:00+02:00"
}Response
OK
Example response
{
"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"
}