Skip to main content

Add Card Fingerprint To List

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

URL

POST/fraud/v1/value-lists/:listName/card-fingerprints

Request Parameters

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

listName
string
required

list name

label
string
required

Label - Description of Value

operation
Operation
required
Values:
PAYMENT
operationId
string
required

Payment Id

durationInSeconds
number

Expiration duration

Sample Codes

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

Add Card Fingerprint To List