Attribute | Description | Type of values | Example |
---|---|---|---|
#always | None | ||
#transactions[_état][_entité] [_temporalité] | Quota of number of transactions [état] [entité] [temporalité] | Entiers | Cf. attributs quotas |
#transactions_amount[_état] [_entité][_temporalité] | Quota of number of transactions [état] [entité] [temporalité] | Integer | Cf. attributs quotas |
#amount | Amount of the transaction in centimes | Integer | #amount > 100 |
#card_country | Country of issue of the card | String ISO 3166-1 alpha-3 |
#card_country IN ['FRA', 'USA', 'BEL', 'DEU'] |
#card_establishment | Establishment of the card | ||
#card_product | Type of card | 'gold', 'platinium' | |
#card_product_type | Type of card (person or corporation) | CONSUMER CORPORATE | #card_product_type = 'CONSUMER' |
#card_region | Region of emission of the card |
|
#card_region NOT IN ['ASIA_PACIFIC', 'LATIN_AMERICA'] |
#commercial_brand | Commercial brand of the card | VISA MASTERCARD AMEX OTHER | #commercial_brand != 'VISA' |
#currency | Currency of the transaction | String ISO 4217 |
#currency = 'EUR' |
#ip_country | Country of the IP address | String ISO 3166-1 alpha-3 |
#ip_country IN ['FRA', 'USA', 'BEL', 'DEU'] |
#ip_region | Region of the IP address |
|
#card_region NOT IN ['ASIA_PACIFIC', 'LATIN_AMERICA'] |
#is_anonymous_ip | Is an anonymous IP | TRUE | FALSE | #is_anonymous_ip = TRUE |
#is_three_d_secure | Is a 3D-Secure transaction | TRUE | FALSE | #is_three_d_secure = TRUE |
#payout_amount | Amount of repayment | Integer | #payout_amount > 100 |
#payout_currency | Currency of repayment | String ISO 4217 |
#payout_currency = 'EUR' |
#risk_score | Maxmind score | Double | #risk_score > 2,34 |