- Mock serverhttps://www.rebilly.com/_mock/catalog/all/risk-score-rules
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/risk-score-rules
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/risk-score-rules
- SecretApiKey
- JWT
curl -i -X GET \
https://www.rebilly.com/_mock/catalog/all/risk-score-rules \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Risk score rules retrieved.
Specifies whether the customer's IP address is related to a proxy.
Specifies whether the customer's IP address is related to a VPN.
Specifies whether the customer's IP address is related to TOR.
Specifies whether the customer's IP address is related to hosting.
Specifies whether the customer's billing address country and geo-IP address are not the same.
Specifies whether the customer's bank country and geo-IP address are not the same.
Specifies whether the customer's browser time zone and the IP address associated time zone are not the same.
Specifies whether the customer's billing address name and primary address name are not the same.
Specifies whether the geo-IP country, or the customer's billing country, is considered a high risk country.
Number of transactions for this payment instrument, based on fingerprint, in the last 24 hours.
Number of declined transactions for this payment instrument fingerprint in the last 24 hours.
Number of transactions for this device, based on fingerprint, in the last 24 hours.
Number of transactions for this IP address in the last 24 hours.
Number of transactions for this email address in the last 24 hours.
Number of transactions for this billing address in the last 24 hours.
Specifies whether the transaction is one of a number of recurring payments in a subscription, excluding trials or setup fees.
Total revenue from the customer, in USD.
Specifies whether an ad blocker was detected.
Number of approved transactions for this payment instrument.
- object
- object (2)
- object (3)
{ "isProxy": { "value": 0 }, "isVpn": { "value": 0 }, "isTor": { "value": 0 }, "isHosting": { "value": 0 }, "hasMismatchedBillingAddressCountry": { "value": 0 }, "hasMismatchedBankCountry": { "value": 0 }, "hasMismatchedTimeZone": { "value": 0 }, "hasMismatchedHolderName": { "value": 0 }, "hasFakeName": { "value": 0 }, "isHighRiskCountry": { "value": 0 }, "paymentInstrumentVelocity": { "brackets": [ … ] }, "declinedPaymentInstrumentVelocity": { "brackets": [ … ] }, "deviceVelocity": { "brackets": [ … ] }, "ipVelocity": { "brackets": [ … ] }, "emailVelocity": { "brackets": [ … ] }, "billingAddressVelocity": { "brackets": [ … ] }, "isRebill": { "value": 0 }, "isRetry": { "value": 0 }, "customerLifetimeValue": { "brackets": [ … ] }, "browserAdBlockEnabled": { "value": 0 }, "paymentInstrumentApprovedTransactionCount": { "brackets": [ … ] }, "customerVelocity": { "brackets": [ … ] } }