Skip to main content

Add Value To List

URL

The endpoint and http method information to add value to list are stated below.

POST/fraud/v1/value-lists

Request Parameters

The parameters expected to be sent in requests to add value to list are listed under the table and subheadings below.

listName
string
required

List name

type
FraudValueType
required

List Type

Values:
CARD
IP
PHONE_NUMBER
EMAIL
OTHER
label
string

Label - Description of Value

value
string

Value - Must be sent except card fingerprint

paymentId
number

Payment Id - Must be sent instead of value when want to add card fingerprint to list

durationInSeconds
number

Expiration duration

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Add Value To List

Loading..