Risk/AddToGreyList Web service
The Risk/AddToGreyList REST Web Service allows you to add an entry to a grey list (Maps, IP or BIN).
This operation returns a GreyList object.
Request parameters
greyListType
Grey list type.
Possible values
The possible values are:
Value | DESCRIPTION |
---|---|
PAYMENT_METHOD | To add element to the card grey list |
BIN | In order to add BIN codes to grey list |
IP_ADDRESS | To add IP addresses to the grey list |
Format
uuid
Unique transaction ID generated by the payment gateway.
Can only be populated if the value of greyListType is PAYMENT_METHOD or BIN .
Format
paymentMethodToken
Token associated with a payment method.
Only tokens associated with a credit card are supported.
Can only be populated if the value of greyListType is PAYMENT_METHOD or BIN .
Format
value
Value to add in the grey list.
Cannot be populated if the value of greyListType is PAYMENT_METHOD .
Format
reason
Reason for addition to the grey list.
Format
Response reference
The web service returns the following object:
Response | Context |
---|---|
GreyList | Object defining the added entry. |
See response reference for more information.