Retrieve risk score blocklist rules

Retrieves risk score blocklist rules.

SecurityAPI Key: SecretApiKey or HTTP: JWT
get
/risk-score-rules/blocklists
Responses

200

Risk score blocklist rules retrieved.

Response Schema: application/json
object or null (RiskScoreBlocklistType)

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

object or null (RiskScoreBlocklistType)

Bank account being charged.

object or null (RiskScoreBlocklistType)

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

object or null (RiskScoreBlocklistType)

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

object or null (RiskScoreBlocklistType)

Rebilly customerId of the customer making the purchase.

object or null (RiskScoreBlocklistType)

Email address of the customer making the purchase.

object or null (RiskScoreBlocklistType)

Email address domain of the customer making the purchase.

object or null (RiskScoreBlocklistType)

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.

object or null (RiskScoreBlocklistType)

IP address of the customer making the purchase.

object or null (RiskScoreBlocklistType)

Payment card number being charged.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

Response samples
application/json
{ "address": { "riskScoreThreshold": 0, "ttl": 0 }, "bank-account": { "riskScoreThreshold": 0, "ttl": 0 }, "bin": { "riskScoreThreshold": 0, "ttl": 0 }, "country": { "riskScoreThreshold": 0, "ttl": 0 }, "customer-id": { "riskScoreThreshold": 0, "ttl": 0 }, "email": { "riskScoreThreshold": 0, "ttl": 0 }, "email-domain": { "riskScoreThreshold": 0, "ttl": 0 }, "fingerprint": { "riskScoreThreshold": 0, "ttl": 0 }, "ip-address": { "riskScoreThreshold": 0, "ttl": 0 }, "payment-card": { "riskScoreThreshold": 0, "ttl": 0 } }