Retrieve risk score blocklist rules

Retrieves risk score blocklist rules.

SecuritySecretApiKey or JWT
Responses
200

Risk score blocklist rules retrieved.

Response Schema: application/json
object or null

House number and ZIP code of the customer's address.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Bank account being charged.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Bank Identification Number (BIN) of the payment card being charged.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Country where the customer is making the purchase, and of the payment card billing address.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Rebilly customerId of the customer making the purchase.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Email address of the customer making the purchase.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Email address domain of the customer making the purchase.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Fingerprint of the user's device. A device fingerprint is a unique token that is used to identify the user. The device fingerprint is generated based on device attributes, such as: hardware, software, IP address, language, browser, and more.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

IP address of the customer making the purchase.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

object or null

Payment card number being charged.

riskScoreThreshold
required
integer

Pass and fail threshold for the blocklist.

ttl
required
integer

Amount of seconds a blocklist exists before it expires. If value for this field is 0 then blocklist record never expires.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

get/risk-score-rules/blocklists
Request samples
Response samples
application/json
{
  • "address": {
    },
  • "bank-account": {
    },
  • "bin": {
    },
  • "country": {
    },
  • "customer-id": {
    },
  • "email": {
    },
  • "email-domain": {
    },
  • "fingerprint": {
    },
  • "ip-address": {
    },
  • "payment-card": {
    }
}