support
Back to documentation
Search
Categories
Tags
Charge/CreatePayment
webService
Charge/CreatePaymentOrder
webService
Charge/CreateSubscription
webService
Charge/CreateToken
webService
Charge/CreateTokenFromTransaction
webService
Charge/PaymentOrder/Get
webService
Charge/PaymentOrder/Update
webService
Charge/SDKTest
webService
Order/Get
webService
Subscription/Cancel
webService
Subscription/Get
webService
Subscription/Update
webService
Token/Cancel
webService
Token/Get
webService
Token/Reactivate
webService
Token/Update
webService
Transaction/CancelOrRefund
webService
CustomerWallet/Get
webService
CustomerWallet/Update
webService
Transaction/Capture
webService
Transaction/Duplicate
webService
Transaction/Get
webService
Transaction/Update
webService
Transaction/Validate
webService
Risk/AddToGreyList
webService
PCI/Charge/Authenticate (PCI)
PCI
webService
PCI/Charge/CreatePayment (PCI)
PCI
webService
PCI/Charge/CreateToken (PCI)
PCI
webService
Token/Update (PCI)
PCI
webService
PCI/Charge/VerifyPaymentMethod
PCI
webService
AuthenticationResponseData
answer
Charge/PaymentForm
answer
OrderTransactions
answer
Payment
answer
PaymentOrder
answer
Common/ResponseCodeAnswer
answer
Subscription
answer
SubscriptionCreated
answer
Transaction
answer
Token
answer
CustomerWallet
answer
GreyList
answer
main parametersexpand all
greyListType
required
uuid
paymentMethodToken
value
reason
Try me
Documentation

Risk/AddToGreyList Web service

Method:
POST
Entry point:
https://api.lyra.com/api-payment/V4/Risk/AddToGreyList

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.