--- title: Supported attributes subtitle: Review a complete list of attributes supported in Radar rules. route: /radar/rules/supported-attributes --- # Supported attributes Review a complete list of attributes supported in Radar rules. Use the following attributes within Radar to write rules. Learn how to write effective [rules](https://docs.stripe.com/radar/rules/reference.md). ## Account rule attributes (Radar for Platforms only) These attributes correspond to Connected accounts and allow you to take actions, such as submitting accounts for review. ### Account risk levels | **Attribute** | **Type** | **Example Value** | | ------------------------ | ------------------------- | ----------------- | | **account\_risk\_level** | *Case Insensitive String* | normal | The risk level of a given account, as determined by Stripe. The supported values are: `normal`, `elevated`, and `highest`. An elevated account risk score means the account causes financial loss 50% of the time. A highest account risk score means the account causes financial loss 90% of the time. | ### Disputes | **Attribute** | **Type** | **Example Value** | | ------------------------------------------------ | ------------ | ----------------- | | **dispute\_count\_for\_account\_monthly** | *Numeric* | 10 | The number of disputes that occurred within the past month on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **dispute\_count\_for\_account\_weekly** | *Numeric* | 10 | The number of disputes that occurred within the past week on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **dispute\_count\_for\_account\_daily** | *Numeric* | 10 | The number of disputes that occurred within the past day on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **usd\_amount\_disputed\_for\_account\_monthly** | *Numeric* | 50 | The charge volume (in USD) of disputes that occurred within the past month on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **usd\_amount\_disputed\_for\_account\_weekly** | *Numeric* | 50 | The charge volume (in USD) of disputes that occurred within the past week on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **usd\_amount\_disputed\_for\_account\_daily** | *Numeric* | 50 | The charge volume (in USD) of disputes that occurred within the past week on a connected account. Includes all dispute types (not just fraudulent) and statuses (won, lost, and so on). Disputes are determined by the date the dispute occurred, not the date of the underlying transaction. There can sometimes be more than one dispute on a single charge. | | **dispute\_rate\_for\_account\_monthly** | *Percentage* | 0.10 | The percent of charges in the past month that resulted in a dispute. In this case, Stripe calculates the dispute on the date of the charge, not the date the dispute arrived. | | **dispute\_rate\_for\_account\_weekly** | *Percentage* | 0.10 | The percent of charges in the past week that resulted in a dispute. In this case, Stripe calculates the dispute on the date of the charge, not the date the dispute arrived. | | **dispute\_rate\_for\_account\_daily** | *Percentage* | 0.10 | The percent of charges in the past day that resulted in a dispute. In this case, Stripe calculates the dispute on the date of the charge, not the date the dispute arrived. | ### Failures | **Attribute** | **Type** | **Example Value** | | ---------------------------------------------- | ------------ | ----------------- | | **failure\_count\_for\_account\_monthly** | *Numeric* | 10 | The number of failures which occurred within the past month on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **failure\_count\_for\_account\_weekly** | *Numeric* | 10 | The number of failures which occurred within the past week on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **failure\_count\_for\_account\_daily** | *Numeric* | 10 | The number of failures which occurred within the past day on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **usd\_amount\_failed\_for\_account\_monthly** | *Numeric* | 50 | The charge volume (in USD) of failures which occurred within the past month on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **usd\_amount\_failed\_for\_account\_weekly** | *Numeric* | 50 | The charge volume (in USD) of failures which occurred within the past week on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard, but aren’t considered indicative of fraud risk. | | **usd\_amount\_failed\_for\_account\_daily** | *Numeric* | 50 | The charge volume (in USD) of failures which occurred within the past day on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **failure\_rate\_for\_account\_monthly** | *Percentage* | 0.10 | The percent of charges in the past month that resulted in a failure, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **failure\_rate\_for\_account\_weekly** | *Percentage* | 0.10 | The percent of charges in the past week that resulted in a failure, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | | **failure\_rate\_for\_account\_daily** | *Percentage* | 0.10 | The percent of charges in the past day that resulted in a failure, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. Failed API calls are included under the **Failed** category in the Transactions section of the Dashboard but aren’t considered indicative of fraud risk. | ### Refunds | **Attribute** | **Type** | **Example Value** | | ------------------------------------------------ | ------------ | ----------------- | | **refund\_count\_for\_account\_monthly** | *Numeric* | 10 | The number of refunds that occurred within the past month on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **refund\_count\_for\_account\_weekly** | *Numeric* | 10 | The number of refunds that occurred within the past week on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **refund\_count\_for\_account\_daily** | *Numeric* | 10 | The number of refunds that occurred within the past day on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **usd\_amount\_refunded\_for\_account\_monthly** | *Numeric* | 50 | The charge volume (in USD) of refunds that occurred within the past day on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **usd\_amount\_refunded\_for\_account\_weekly** | *Numeric* | 50 | The charge volume (in USD) of refunds that occurred within the past day on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **usd\_amount\_refunded\_for\_account\_daily** | *Numeric* | 50 | The charge volume (in USD) of refunds that occurred within the past day on a connected account. Refunds are calculated based on the date on which the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund. | | **refund\_rate\_for\_account\_monthly** | *Percentage* | 0.10 | The percent of charges in the past month that resulted in a refund. In this case, the refund is calculated on the date of the charge, not the date the refund arrived. | | **refund\_rate\_for\_account\_weekly** | *Percentage* | 0.10 | The percent of charges in the past week that resulted in a refund. In this case, the refund is calculated on the date of the charge, not the date the refund arrived. | | **refund\_rate\_for\_account\_daily** | *Percentage* | 0.10 | The percent of charges in the past day that resulted in a refund. In this case, the refund is calculated on the date of the charge, not the date the refund arrived. | ### Charges | **Attribute** | **Type** | **Example Value** | | ----------------------------------------------- | --------- | ----------------- | | **charge\_count\_for\_account\_yearly** | *Numeric* | 10 | The count of successful charges that occurred within the past year on a connected account. | | **charge\_count\_for\_account\_monthly** | *Numeric* | 10 | The count of successful charges that occurred within the past month on a connected account. | | **charge\_count\_for\_account\_weekly** | *Numeric* | 10 | The count of successful charges that occurred within the past week on a connected account. | | **charge\_count\_for\_account\_daily** | *Numeric* | 10 | The count of successful charges that occurred within the past day on a connected account. | | **usd\_amount\_charged\_for\_account\_yearly** | *Numeric* | 50 | The successfully processed charge volume (in USD) that occurred within the past year on a connected account. | | **usd\_amount\_charged\_for\_account\_monthly** | *Numeric* | 50 | The successfully processed charge volume (in USD) that occurred within the past month on a connected account. | | **usd\_amount\_charged\_for\_account\_weekly** | *Numeric* | 50 | The successfully processed charge volume (in USD) that occurred within the past week on a connected account. | | **usd\_amount\_charged\_for\_account\_daily** | *Numeric* | 50 | The successfully processed charge volume (in USD) that occurred within the past day on a connected account. | ## See Also * [Rules](https://docs.stripe.com/radar/rules.md) * [Rules Reference](https://docs.stripe.com/radar/rules/reference.md)