Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Supported attributes


Supported attributes

Review a complete list of attributes supported in Radar rules.

Use the Accounts v2 API to represent customers

The Accounts v2 API is generally available for Connect users, and in public preview for other Stripe users. If you’re part of the Accounts v2 preview, you need to specify a preview version in your code.

To join the Accounts v2 preview, go to Account previews and features in your Dashboard and enable Reusable payment methods for Global Payouts.

For most use cases, we recommend modeling your customers as customer-configured Account objects instead of using Customer objects.

You can use the following attributes to write rules within Radar. Rule attributes can apply to different combinations of transactions, depending on the supported payment method and other traits.

Attribute typeApplies to
Transaction rule attributesAll payment methods screened by Radar
Cross-payment-method attributesShared attributes of more than one payment method
Payment method–specific attributesAttributes supported by a single payment method
Payment outcome countersAttributes that track outcomes like authorizations, blocks, and declines
Attributes for platformsAttributes available to Connect platforms

Transaction rule attributes

Write rules using these attributes to evaluate transactions from any supported payment method screened by Radar.

Risk scores and levels

For new rules, use the fraudulent payment, fraudulent dispute, and early fraud warning scores. These scores use Stripe’s current models and perform better than the risk score and risk level, which remain supported. To learn how each score is calculated, see Radar scores.

AttributeTypeExample value
fraudulent_dispute_score RecommendedNumeric50
The likelihood that a payment results in a fraudulent dispute. The values range between 0 (least likely) and 99 (most likely). Applies to card, ACH Direct Debit, and the related setting Direct Debit payments.
early_fraud_warning_score RecommendedNumeric50
The likelihood that a cardholder reports a payment as fraudulent to their card issuer, which Stripe receives as an early fraud warning. The values range between 0 (least likely) and 99 (most likely). Applies to card payments only.
fraudulent_payment_score RecommendedNumeric50
The likelihood that a payment is fraudulent, including fraud that’s never disputed or reported to the card network. The values range between 0 (least likely) and 99 (most likely). Applies to card payments only.
risk_levelCase-insensitive stringnormal
The risk level of a given payment, as determined by Stripe. The supported values are: normal, elevated, highest, not_assessed.
risk_scoreNumeric50
The risk score of a given payment, as determined by Stripe. The values range between 0 (least risky) and 100 (riskiest). By default, a risk score of 65 or above corresponds to a risk level of elevated, while a risk score of 75 or above corresponds to a risk level of highest. You can adjust the thresholds at Risk Settings.

Address

AttributeTypeExample value
billing_addressCase-insensitive string1234 Main St #2A Brooklyn, NY 10022 US
The full provided billing address.
billing_address_line1Case-insensitive string1234 Main St
The first line of the provided billing address (typically a street name and number).
billing_address_line2Case-insensitive string#2A
The second line of the provided billing address (typically an apartment or unit number).
billing_address_postal_codeCase-insensitive string10022
The postal code (ZIP) of the provided billing address.
billing_address_cityCase-insensitive stringBrooklyn
The city of the provided billing address.
billing_address_stateCase-insensitive stringNY
The state of the provided billing address.
billing_address_countryCase-insensitive countryUS
The two-letter code corresponding to the country of the provided billing address.
shipping_addressCase-insensitive string1234 Main St #2A Brooklyn, NY 10022 US
The full provided shipping address.
shipping_address_line1Case-insensitive string1234 Main St
The first line of the provided shipping address (typically a street name and number).
shipping_address_line2Case-insensitive string#2A
The second line of the provided shipping address (typically an apartment or unit number).
shipping_address_postal_codeCase-insensitive string10022
The postal code (ZIP) of the provided shipping address.
shipping_address_cityCase-insensitive stringBrooklyn
The city of the provided shipping address.
shipping_address_stateCase-insensitive stringNY
The state of the provided shipping address.
shipping_address_countryCase-insensitive countryUS
The two-letter code corresponding to the country of the provided shipping address.

Amount

AttributeTypeExample value
amount_in_xyzNumeric50
The amount of the payment, converted to the currency specified by xyz (for example, amount_in_usd). Specify one of the following supported currencies and Stripe automatically calculates a converted amount to use: aed, ars, aud, brl, cad, chf, clp, cop, czk, dkk, eur, gbp, hkd, huf, idr, ils, inr, jpy, khr, krw, mxn, myr, nok, nzd, php, pln, ron, rub, sek, sgd, thb, try, twd, or usd. For decimal currencies (for example, usd), rules use the base currency unit rather than sub units (for example, dollars, not cents).
average_usd_amount_attempted_on_customer_all_timeNumeric50
The average amount (in USD) of attempted transactions (charges) for the Customer object on your account within the past 5 years. This value includes payments from 2020 onward.
average_usd_amount_successful_on_customer_all_timeNumeric50
The average amount (in USD) of charges that resulted in an authorization for the Customer object on your account. This value includes payments from 2020 onward.
total_usd_amount_charged_on_customer_all_timeNumeric50
The total amount (in USD) of charges from the Customer object that were attempted on your account. This value includes payments from 2020 onward.
total_usd_amount_failed_on_customer_all_timeNumeric50
The total amount (in USD) of charges from the Customer object that failed (blocked or declined) on your account. This value includes payments from 2020 onward.
total_usd_amount_successful_on_customer_all_timeNumeric50
The total amount (in USD) of charges that resulted in an authorization for the Customer object on your account. This value includes payments from 2020 onward.

Client information

AttributeTypeExample value
browserCase-insensitive stringChrome 103.0.0
The customer’s browser name and version.
ispCase-insensitive stringCactus Practice ISP
The customer’s Internet Service Provider (ISP) name.
operating_systemCase-insensitive stringMac OS X 10.15.7
The customer’s operating system name and version.
user_agentCase-insensitive stringmozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/103.0.0.0 safari/537.36
The customer’s user agent.

Customers

AttributeTypeExample value
customerCase-sensitive stringcus_AeFLnRaI51AbRi
The Customer object ID supplied with the payment.
total_customers_for_email_yearlyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this email on your account. This attribute only includes live mode Customer objects that interacted with your account in the past year. This data updates at most every 72 hours.
total_customers_for_email_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this email on your account. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.
total_customers_for_email_transactions_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this email from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.
total_customers_with_prior_fraud_activity_for_email_yearlyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this email that have fraud activity on your account. Fraud activity includes fraud disputes, early fraud warnings, and high risk Radar blocks. This attribute only includes live mode Customer objects that interacted with your account in the past year. This data updates at most every 72 hours.
total_customers_with_prior_fraud_activity_for_email_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this email that have fraud activity on your account. Fraud activity includes fraud disputes, early fraud warnings, and high risk Radar blocks. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.

Distance

AttributeTypeExample value
distance_between_billing_and_shipping_addressNumeric50
The distance (in km) between the provided billing address and the provided shipping address.
distance_between_ip_and_billing_addressNumeric50
The distance (in km) between the IP address from which the payment originates and the provided billing address.
distance_between_ip_and_shipping_addressNumeric50
The distance (in km) between the IP address from which the payment originates and the provided shipping address.

Disputes

AttributeTypeExample value
dispute_count_on_ip_all_timeBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this IP address on your account within the past 5 years. This value includes payments from 2020 onward.
dispute_count_on_ip_weeklyBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this IP address on your account in the past week.
dispute_count_on_ip_dailyBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this IP address on your account in the past day.
dispute_count_on_ip_hourlyBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this IP address on your account in the past hour.

Email

AttributeTypeExample value
emailCase-insensitive string
The email address supplied with the payment.
email_commonality early accessCase-insensitive stringuncommon
A determination of how common an email address is by comparing it with other email addresses that Stripe has seen. The supported values are common, uncommon, and rare. Given that some good customers might have uncommon or rare email addresses, we recommend that you use this attribute in manual review rules rather than block rules to avoid rejecting legitimate transactions.
email_domainCase-insensitive stringexample.com
The domain of the email address supplied with the payment.
is_disposable_emailBooleantrue
Identifies if the email address supplied with the payment uses a known throwaway email address provider. Stripe maintains a list of domains corresponding to throwaway email addresses.

The email_domain and is_disposable_email attributes use the email address found in any of the following fields:

  • The receipt _ email of the payment
  • The description of the payment
  • The name of the payment method (for example, if an email address has been provided as the cardholder name)
  • The email of the customer that the payment was created on
  • The description of the customer

Email usage

AttributeTypeExample value
email_count_for_billing_address_all_timeBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
email_count_for_billing_address_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from charges on your account in the past week.
email_count_for_billing_address_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from charges on your account in the past day.
email_count_for_billing_address_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from charges on your account in the past hour.
email_count_for_billing_address_transactions_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past day.
email_count_for_billing_address_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past hour.
email_count_for_billing_address_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this billing address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past week.
email_count_for_ip_all_timeBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
email_count_for_ip_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from charges on your account in the past week.
email_count_for_ip_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from charges on your account in the past day.
email_count_for_ip_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from charges on your account in the past hour.
email_count_for_ip_transactions_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past day.
email_count_for_ip_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past hour.
email_count_for_ip_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this IP address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past week.
email_count_for_shipping_address_all_timeBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
email_count_for_shipping_address_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from charges on your account in the past week.
email_count_for_shipping_address_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from charges on your account in the past day.
email_count_for_shipping_address_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from charges on your account in the past hour.
email_count_for_shipping_address_transactions_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past day.
email_count_for_shipping_address_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past hour.
email_count_for_shipping_address_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this shipping address from transactions (charges, supported LPM payment attempts, and SetupIntents) on your account in the past week.

IP address

AttributeTypeExample value
ip_addressCase-insensitive string192.168.1.1
The IP address from which the payment originates. If payment is made with digital_wallet, the IP address might be missing due to obfuscation of the payment’s originating IP address.
ip_address_connection_typeCase-insensitive stringcellular
The connection type of the IP address from which the payment originates. We identify the following types of connections: cable/dsl, cellular, corporate, dialup.
ip_countryCase-insensitive countryUS
The two-letter code corresponding to the country-level geolocation of the IP address that the payment originates from.
ip_stateCase-insensitive stateCA
The ISO code corresponding to the state-level geolocation of the IP address that the payment originates from. If the country doesn’t have a state, this attribute populates with the country’s closest version of a state.
is_anonymous_ipBooleantrue
Identifies if the IP address from which the payment originates is a known proxy or Tor exit node. This information updates daily.
is_my_login_ipBooleantrue
Identifies if the IP address from which the payment originates has been used to log into your Stripe account. You can use this attribute as a proxy for “is my IP address.”

Other payment details

AttributeTypeExample value
payment_method_typeCase-insensitive stringus_bank_account
The payment method used on the payment. The supported values are: card, sepa_debit, and us_bank_account (ACH direct debit)
charge_descriptionCase-insensitive stringpayment for order #12
The description supplied with the payment.
crypto_fingerprint early accessCase-sensitive string424242TPSa0L4242
The unique fingerprint of the crypto wallet used to make the payment.
crypto_payins_network early accessCase-insensitive stringethereum
The blockchain network used for a crypto payment.
crypto_payins_token_currency early accessCase-insensitive stringthe related setting
The token currency used for a crypto payment.
currencyCase-insensitive stringusd
The 3-digit currency code representing the currency in which the customer paid for the transaction.
destinationCase-sensitive stringacct_19KCB9AlaaEw6AgR
For Connect users creating destination charges, the destination account on whose behalf the charge is made.
is_checkoutBooleantrue
Identifies if the payment is processed through Checkout. (This attribute only applies to payments processed through the current version of Checkout and doesn’t capture payments through legacy Checkout.)
is_free_trial_transactionBooleantrue
Identifies if Stripe determines that the transaction is from a free trial, primarily for transactions created through Checkout or Billing.
is_off_sessionBooleantrue
Indicates when a Stripe Billing payment isn’t triggered by direct user action, or when the off_session flag is set at PaymentIntent confirmation.
is_recurringBooleantrue
Identifies if the payment is recurring, for example, from subscriptions.
is_setup_intentBooleantrue
Identifies if the transaction is a SetupIntent.
transaction_typeStringcharge
(the related setting: use is_setup_intent where possible) The type of the transaction. The supported values are: charge, payment_intent, setup_intent. The payment_intent value is only supported for Request Credentials rules. In that case, any Allow, Block, or Review rules run against the charge attempts created when confirming the payment.

Time

AttributeTypeExample value
hours_since_customer_was_createdNumeric50
The number of hours since the Customer object making the payment was created on your account.
hours_since_email_first_seenNumeric50
The number of hours (up to five years) since the email address supplied with the payment first appeared on your account. This value includes payments from 2020 onward.
hours_since_email_first_seen_on_stripeNumeric50
The number of hours (up to five years) since the email address supplied with the payment first appeared on Stripe overall. This value includes payments from 2020 onward.
minutes_since_customer_was_createdNumeric50
The number of minutes since the Customer object making the payment was created on your account.
minutes_since_email_first_seenNumeric50
The number of minutes (up to five years) since the email address supplied with the payment first appeared on your account. This value includes payments from 2020 onward.
minutes_since_email_first_seen_on_stripeNumeric50
The number of minutes (up to five years) since the email address supplied with the payment first appeared on Stripe overall. This value includes payments from 2020 onward.
seconds_since_customer_was_createdNumeric50
The number of seconds since the Customer object making the payment was created on your account.
seconds_since_email_first_seenNumeric50
The number of seconds (up to five years) since the email address supplied with the payment first appeared on your account. This value includes payments from 2020 onward.
seconds_since_email_first_seen_on_stripeNumeric50
The number of seconds (up to five years) since the email address supplied with the payment first appeared on Stripe overall. This value includes payments from 2020 onward.
hours_since_customer_was_created_on_transactionsNumeric50
The number of hours since the Customer object making the transaction (charge, supported LPM payment attempt, or SetupIntent) was created on your account.
hours_since_email_first_seen_on_transactionsNumeric50
The number of hours (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
hours_since_email_first_seen_on_stripe_on_transactionsNumeric50
The number of hours (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on Stripe overall. This value includes payments from 2020 onward.
minutes_since_customer_was_created_on_transactionsNumeric50
The number of minutes since the Customer object making the transaction (charge, supported LPM payment attempt, or SetupIntent) was created on your account.
minutes_since_email_first_seen_on_transactionsNumeric50
The number of minutes (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
minutes_since_email_first_seen_on_stripe_on_transactionsNumeric50
The number of minutes (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on Stripe overall. This value includes payments from 2020 onward.
seconds_since_customer_was_created_on_transactionsNumeric50
The number of seconds since the Customer object making the transaction (charge, supported LPM payment attempt, or SetupIntent) was created on your account.
seconds_since_email_first_seen_on_transactionsNumeric50
The number of seconds (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
seconds_since_email_first_seen_on_stripe_on_transactionsNumeric50
The number of seconds (up to five years) since the email address supplied with the transaction (charge, supported LPM payment attempt, or SetupIntent) first appeared on Stripe overall. This value includes payments from 2020 onward.

Cross-payment-method attributes

These attributes apply across multiple supported payment methods, but may not apply to all, depending on the payment method.

Payment instrument fingerprint

Payment instrument fingerprint attributes work with the unique identifier for payment instruments across cards, ACH bank accounts, and the related setting bank accounts.

AttributeTypeExample value
authorized_transactions_per_payment_instrument_fingerprint_dailyNumeric10
The number of transactions (charges and SetupIntents) that resulted in a successful authorization on this payment instrument (card, ACH, or the related setting) in the past day on your account.
authorized_transactions_per_payment_instrument_fingerprint_hourlyNumeric10
The number of transactions (charges and SetupIntents) that resulted in a successful authorization on this payment instrument (card, ACH, or the related setting) in the past hour on your account.
authorized_transactions_per_payment_instrument_fingerprint_weeklyNumeric10
The number of transactions (charges and SetupIntents) that resulted in a successful authorization on this payment instrument (card, ACH, or the related setting) in the past week on your account.
average_usd_amount_attempted_on_payment_instrument_fingerprint_all_timeNumeric50
The average amount (in USD) of attempted transactions (charges and SetupIntents) for the payment instrument (card, ACH, or the related setting) on your account within the past 5 years.
average_usd_amount_successful_on_payment_instrument_fingerprint_all_timeNumeric50
The average amount (in USD) of transactions that resulted in an authorization for the payment instrument (card, ACH, or the related setting) on your account within the past 5 years.
blocked_transactions_per_payment_instrument_fingerprint_dailyNumeric10
The number of transactions (charges and SetupIntents) blocked on this payment instrument (card, ACH, or the related setting) in the past day on your account.
blocked_transactions_per_payment_instrument_fingerprint_hourlyNumeric10
The number of transactions (charges and SetupIntents) blocked on this payment instrument (card, ACH, or the related setting) in the past hour on your account.
blocked_transactions_per_payment_instrument_fingerprint_weeklyNumeric10
The number of transactions (charges and SetupIntents) blocked on this payment instrument (card, ACH, or the related setting) in the past week on your account.
declined_transactions_per_payment_instrument_fingerprint_dailyNumeric10
The number of transactions (charges and SetupIntents) declined on this payment instrument (card, ACH, or the related setting) in the past day on your account.
declined_transactions_per_payment_instrument_fingerprint_hourlyNumeric10
The number of transactions (charges and SetupIntents) declined on this payment instrument (card, ACH, or the related setting) in the past hour on your account.
declined_transactions_per_payment_instrument_fingerprint_weeklyNumeric10
The number of transactions (charges and SetupIntents) declined on this payment instrument (card, ACH, or the related setting) in the past week on your account.
hours_since_per_payment_instrument_fingerprint_first_seenNumeric50
The number of hours (up to five years) since the payment instrument (card, ACH, or the related setting) first appeared on your account.
hours_since_first_successful_auth_on_payment_instrument_fingerprintNumeric50
The number of hours since the first successful authorization for the payment instrument (card, ACH, or the related setting) happened on your account.
minutes_since_per_payment_instrument_fingerprint_first_seenNumeric50
The number of minutes (up to five years) since the payment instrument (card, ACH, or the related setting) first appeared on your account.
minutes_since_first_successful_auth_on_payment_instrument_fingerprintNumeric50
The number of minutes since the first successful authorization for the payment instrument (card, ACH, or the related setting) happened on your account.
seconds_since_per_payment_instrument_fingerprint_first_seenNumeric50
The number of seconds (up to five years) since the payment instrument (card, ACH, or the related setting) first appeared on your account.
seconds_since_first_successful_auth_on_payment_instrument_fingerprintNumeric50
The number of seconds since the first successful authorization for the payment instrument (card, ACH, or the related setting) happened on your account.
total_transactions_per_payment_instrument_fingerprint_all_timeNumeric10
The total number of transactions (charges and SetupIntents) on this payment instrument (card, ACH, or the related setting) on your account within the past 5 years.
total_transactions_per_payment_instrument_fingerprint_dailyNumeric10
The total number of transactions (charges and SetupIntents) on this payment instrument (card, ACH, or the related setting) in the past day on your account.
total_transactions_per_payment_instrument_fingerprint_hourlyNumeric10
The total number of transactions (charges and SetupIntents) on this payment instrument (card, ACH, or the related setting) in the past hour on your account.
total_transactions_per_payment_instrument_fingerprint_weeklyNumeric10
The total number of transactions (charges and SetupIntents) on this payment instrument (card, ACH, or the related setting) in the past week on your account.
total_usd_amount_attempted_on_payment_instrument_fingerprint_all_timeNumeric50
The total amount (in USD) of transactions from this payment instrument (card, ACH, or the related setting) that were attempted on your account within the past 5 years.
total_usd_amount_successful_on_payment_instrument_fingerprint_all_timeNumeric50
The total amount (in USD) of transactions that resulted in an authorization for the payment instrument (card, ACH, or the related setting) on your account within the past 5 years.

Payment method–specific attributes

Rules that evaluate attributes that are specific to a given supported payment method (for example, :card_bin: or :sepa_debit_fingerprint:) always treat non-Boolean attributes as missing for transactions that don’t use that payment method. Therefore, rules that depend on such attributes can’t act on transactions that don’t use the relevant payment method. Read more on missing attributes.

Cards

3D Secure

AttributeTypeExample value
is_3d_secureBooleantrue
Identifies if the payment uses a 3D Secure source.
is_3d_secure_authenticatedBooleantrue
Identifies if the payment was authenticated after a successfully completed 3D Secure verification (either risk-based or challenge-based).
has_liability_shiftBooleantrue
A rough approximation whether the payment might have liability shift, in which case the liability shift rule might apply for this payment. True if a non-wallet card payment had liability shift prior to authorization, but the gateway might downgrade liability shift due to network rules, making has_liability_shift inaccurate. Conversely, has_liability_shift might be false for certain digital wallets that actually have liability shift.

Amount

AttributeTypeExample value
average_usd_amount_attempted_on_card_all_timeNumeric50
The average amount (in USD) of attempted transactions (charges) for the card on your account within the past 5 years. This value includes payments from 2020 onward.
average_usd_amount_successful_on_card_all_timeNumeric50
The average amount (in USD) of charges that resulted in an authorization for the card on your account within the past 5 years. This value includes payments from 2020 onward.
total_usd_amount_charged_on_card_all_timeNumeric50
The total amount (in USD) of charges from this card that were attempted on your account. This value includes payments from 2020 onward.
total_usd_amount_failed_on_card_all_timeNumeric50
The total amount (in USD) of charges from this card that failed (blocked or declined) on your account. This value includes payments from 2020 onward.
total_usd_amount_successful_on_card_all_timeNumeric50
The total amount (in USD) of charges that resulted in an authorization for the card on your account. This value includes payments from 2020 onward.

Card info

AttributeTypeExample value
card_binCase-insensitive string483312
The Bank Identification Number (BIN) of the card used to make the payment. The BIN is the first six digits of the card number.
card_brandCase-insensitive stringvisa
The brand of the card used to make the payment. The supported values are: amex (American Express), visa (Visa), mc (Mastercard), dscvr (Discover), diners (Diners Club), interac (Interac), jcb (JCB), and cup (UnionPay).
card_countryCase-insensitive countryUS
The two-letter code corresponding to the country where the card was issued.
card_fingerprintCase-sensitive stringexample_fingerprint
The fingerprint of the card used to make the payment. The card fingerprint is a unique identifier of a particular card number.
card_fundingCase-insensitive stringcredit
Whether the card is a prepaid, debit, or credit card. The supported values are: credit, debit, prepaid, unknown.
card_description Public previewCase-insensitive stringVisa Classic
A high-level description of the type of cards issued in this range. This attribute isn’t case sensitive, but it’s punctuation sensitive.
card_issuer Public previewCase-insensitive stringJP Morgan Chase
The name of the card’s issuing bank. This attribute isn’t case sensitive, but it’s punctuation sensitive.
card_3d_secure_result Public previewCase-insensitive stringauthenticated
The 3D Secure result for the card used to make the payment. The supported values are: authenticated, attempt_acknowledged, processing_error, exempted. This attribute is only accurate for transactions where 3DS didn’t error.
card_3d_secure_supportCase-insensitive stringrequired
The level of 3D Secure support for the card used to make the payment. The supported values are: required, recommended, optional, and not_supported.
charge_descriptionCase-insensitive stringpayment for order #12
The description supplied with the payment.
statement_descriptorCase-insensitive stringexample descriptor
The statement descriptor provided on a payment.

Card usage

AttributeTypeExample value
is_new_card_on_customerBooleantrue
Identifies if the card associated with the Customer object hasn’t been seen on a payment by that customer on your account.
card_count_for_billing_address_all_timeBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from charges on this account within the past 5 years. This value includes payments from 2020 onward.
card_count_for_billing_address_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from charges on this account in the past week.
card_count_for_billing_address_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from charges on this account in the past day.
card_count_for_billing_address_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from charges on this account in the past hour.
card_count_for_billing_address_transactions_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from transactions (charges and SetupIntents) on this account in the past day.
card_count_for_billing_address_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from transactions (charges and SetupIntents) on this account in the past hour.
card_count_for_billing_address_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this billing address from transactions (charges and SetupIntents) on this account in the past week.
card_count_for_customer_all_timeBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from charges on this account within the past 5 years. This value includes payments from 2020 onward.
card_count_for_customer_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from charges on this account in the past week.
card_count_for_customer_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from charges on this account in the past day.
card_count_for_customer_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from charges on this account in the past hour.
card_count_for_customer_transactions_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from transactions (charges and SetupIntents) on this account in the past day.
card_count_for_customer_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from transactions (charges and SetupIntents) on this account in the past hour.
card_count_for_customer_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with the Customer object from transactions (charges and SetupIntents) on this account in the past week.
card_count_for_email_all_timeBounded numeric (less than or equal to 25)10
The number of cards associated with this email from charges on this account within the past 5 years. This value includes payments from 2020 onward.
card_count_for_email_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from charges on this account in the past week.
card_count_for_email_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from charges on this account in the past day.
card_count_for_email_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from charges on this account in the past hour.
card_count_for_email_transactions_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from transactions (charges and SetupIntents) on this account in the past day.
card_count_for_email_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from transactions (charges and SetupIntents) on this account in the past hour.
card_count_for_email_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this email from transactions (charges and SetupIntents) on this account in the past week.
card_count_for_ip_address_all_timeBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
card_count_for_ip_address_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from charges on your account in the past week.
card_count_for_ip_address_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from charges on your account in the past day.
card_count_for_ip_address_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from charges on your account in the past hour.
card_count_for_ip_address_transactions_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from transactions (charges and SetupIntents) on your account in the past day.
card_count_for_ip_address_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from transactions (charges and SetupIntents) on your account in the past hour.
card_count_for_ip_address_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this IP address from transactions (charges and SetupIntents) on your account in the past week.
card_count_for_shipping_address_all_timeBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
card_count_for_shipping_address_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from charges on your account in the past week.
card_count_for_shipping_address_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from charges on your account in the past day.
card_count_for_shipping_address_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from charges on your account in the past hour.
card_count_for_shipping_address_transactions_dailyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from transactions (charges and SetupIntents) on your account in the past day.
card_count_for_shipping_address_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from transactions (charges and SetupIntents) on your account in the past hour.
card_count_for_shipping_address_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of cards associated with this shipping address from transactions (charges and SetupIntents) on your account in the past week.

Customers

AttributeTypeExample value
total_customers_for_card_yearlyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this card on your account. This attribute only includes live mode Customer objects that interacted with your account in the past year. This data updates at most every 72 hours.
total_customers_for_card_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this card on your account. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.
total_customers_with_prior_fraud_activity_for_card_yearlyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this card that have fraud activity on your account. Fraud activity includes fraud disputes, early fraud warnings, and high risk Radar blocks. This attribute only includes live mode Customer objects that interacted with your account in the past year. This data updates at most every 72 hours.
total_customers_with_prior_fraud_activity_for_card_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this card that have fraud activity on your account. Fraud activity includes fraud disputes, early fraud warnings, and high risk Radar blocks. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.
total_customers_for_card_transactions_weeklyBounded numeric (less than or equal to 25)10
The total number of Customer objects associated with this card from transactions (charges and SetupIntents) on your account. This attribute only includes live mode Customer objects that interacted with your account in the past week. This data updates at most every 72 hours.

Disputes

AttributeTypeExample value
dispute_count_on_card_number_all_timeBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this card number on your account within the past 5 years. This value includes payments from 2019 onward.
dispute_count_on_card_number_yearlyBounded numeric (less than or equal to 25)10
The count of fraudulent disputes associated with charges from this card number on your account in the past year.

Early Fraud Warnings

AttributeTypeExample value
efw_count_on_card_all_timeBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this card on your account within the past 5 years. This value includes EFWs from 2020 onward.
efw_count_on_card_weeklyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this card on your account in the past week.
efw_count_on_card_dailyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this card on your account in the past day.
efw_count_on_card_hourlyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this card on your account in the past hour.
efw_count_on_ip_all_timeBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this IP address on your account within the past 5 years. This value includes EFWs from 2020 onward.
efw_count_on_ip_weeklyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this IP address on your account in the past week.
efw_count_on_ip_dailyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this IP address on your account in the past day.
efw_count_on_ip_hourlyBounded numeric (less than or equal to 25)10
The number of EFWs associated with charges from this IP address on your account in the past hour.

Email usage

AttributeTypeExample value
email_count_for_card_all_timeBounded numeric (less than or equal to 25)10
The number of emails associated with this card from charges on your account within the past 5 years. This value includes payments from 2020 onward.
email_count_for_card_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from charges on your account in the past week.
email_count_for_card_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from charges on your account in the past day.
email_count_for_card_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from charges on your account in the past hour.
email_count_for_card_transactions_dailyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from transactions (charges and SetupIntents) on your account in the past day.
email_count_for_card_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from transactions (charges and SetupIntents) on your account in the past hour.
email_count_for_card_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of emails associated with this card from transactions (charges and SetupIntents) on your account in the past week.

Issuer checks

AttributeTypeExample value
address_line1_checkCase-sensitive stringpass
A check by the card issuer to match the first line of the provided billing address (typically a street name and number) against the information they have on file for the cardholder. The supported values are: pass, fail, unavailable, unchecked, not_provided. ( This is a post-authorization attribute.)
address_zip_checkCase-sensitive stringpass
A check by the card issuer to match the provided postal code against the information they have on file for the cardholder. The supported values are: pass, fail, unavailable, unchecked, not_provided. ( This is a post-authorization attribute.)
cvc_checkCase-sensitive stringpass
A check by the card issuer to match the provided CVC (also referred to as CVV) against the information they have on file for the cardholder. The supported values are: pass, fail, unavailable, unchecked, not_provided. ( This is a post-authorization attribute.)

Name

AttributeTypeExample value
cardholder_nameCase-insensitive stringJane Doe
The provided name with a purchaser’s card information. This attribute isn’t case sensitive, but it’s punctuation sensitive. You should only use this attribute to block names or name patterns of individuals who you have reason to believe have previously committed fraud on your service. We recommend that your customer service teams are prepared to respond to any customer complaints and to add legitimate end-customers to an “allowlist” where appropriate.
name_count_for_card_all_timeBounded numeric (less than or equal to 25)10
The number of names associated with this card from charges on your account within the past 5 years. This value includes payments from 2020 onward.
name_count_for_card_weeklyBounded numeric (less than or equal to 25)10
The number of names associated with this card from charges on your account in the past week.
name_count_for_card_dailyBounded numeric (less than or equal to 25)10
The number of names associated with this card from charges on your account in the past day.
name_count_for_card_hourlyBounded numeric (less than or equal to 25)10
The number of names associated with this card from charges on your account in the past hour.
name_count_for_card_transactions_dailyBounded numeric (less than or equal to 25)10
The number of names associated with this card from transactions (charges and SetupIntents) on your account in the past day.
name_count_for_card_transactions_hourlyBounded numeric (less than or equal to 25)10
The number of names associated with this card from transactions (charges and SetupIntents) on your account in the past hour.
name_count_for_card_transactions_weeklyBounded numeric (less than or equal to 25)10
The number of names associated with this card from transactions (charges and SetupIntents) on your account in the past week.

Other payment details

AttributeTypeExample value
digital_walletCase-insensitive stringapple_pay
The type of digital wallet used to store payment information. The supported values are: android_pay, amex_express_checkout, apple_pay, masterpass, network_token, samsung_pay, visa_checkout, meta_pay, amazon_pay, revolut_pay, demo_pay, unknown, none. Note: Except for android_pay (valid with or without cryptogram), these are only valid when we receive a cryptogram that can only be generated by a registered device, as opposed to an unencrypted Primary Account Number.
has_cryptogramBooleantrue
True when we receive a cryptogram that can only be generated by a registered device, as opposed to an unencrypted Primary Account Number.

Refunds

AttributeTypeExample value
refund_count_on_card_all_timeBounded numeric (less than or equal to 25)10
The number of refunds associated with this billing address from charges on your account within the past 5 years. This value includes payments from 2020 onward.
refund_count_on_card_weeklyBounded numeric (less than or equal to 25)10
The number of refunds associated with this card from charges on your account in the past week.
refund_count_on_card_dailyBounded numeric (less than or equal to 25)10
The number of refunds associated with this card from charges on your account in the past day.
refund_count_on_card_hourlyBounded numeric (less than or equal to 25)10
The number of refunds associated with this card from charges on your account in the past hour.

Time

AttributeTypeExample value
hours_since_card_first_seenNumeric50
The number of hours (up to five years) since the card for the payment first appeared on your account. This value includes payments from 2020 onward.
hours_since_first_successful_auth_on_cardNumeric50
The number of hours since the first successful auth for the card associated with the payment happened on your account. This value includes payments from 2020 onward.
minutes_since_card_first_seenNumeric50
The number of minutes (up to five years) since the card for the payment first appeared on your account. This value includes payments from 2020 onward.
minutes_since_first_successful_auth_on_cardNumeric50
The number of minutes since the first successful auth for the card associated with the payment happened on your account. This value includes payments from 2020 onward.
seconds_since_card_first_seenNumeric50
The number of seconds (up to five years) since the card for the payment first appeared on your account. This value includes payments from 2020 onward.
seconds_since_first_successful_auth_on_cardNumeric50
The number of seconds since the first successful authorization for the card associated with the payment on your account. This value includes payments from 2020 onward.
hours_since_card_first_seen_on_transactionsNumeric50
The number of hours (up to five years) since the card for the transaction (charge or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
hours_since_first_successful_auth_on_card_on_transactionsNumeric50
The number of hours since the first successful auth for the card associated with the transaction (charge or SetupIntent) happened on your account. This value includes payments from 2020 onward.
minutes_since_card_first_seen_on_transactionsNumeric50
The number of minutes (up to five years) since the card for the transaction (charge or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
minutes_since_first_successful_auth_on_card_on_transactionsNumeric50
The number of minutes since the first successful auth for the card associated with the transaction (charge or SetupIntent) happened on your account. This value includes payments from 2020 onward.
seconds_since_card_first_seen_on_transactionsNumeric50
The number of seconds (up to five years) since the card for the transaction (charge or SetupIntent) first appeared on your account. This value includes payments from 2020 onward.
seconds_since_first_successful_auth_on_card_on_transactionsNumeric50
The number of seconds since the first successful authorization for the card associated with the transaction (charge or SetupIntent) on your account. This value includes payments from 2020 onward.

ACH Direct Debit

Bank account information

AttributeTypeExample value
us_bank_account_bank_nameCase-insensitive stringthe related setting the related setting the related setting, NA
The name of the bank associated with the bank account used to make the payment.
us_bank_account_fingerprintCase-sensitive stringexample_fingerprint
The unique identifier of the bank account used to make the payment.
us_bank_account_routing_number9-digit numeric string000000000
The ABA routing number of the bank associated with the bank account used to make the payment.

Bank account information

AttributeTypeExample value
sepa_debit_bank_codeCase-insensitive string08307
The bank code associated with the account used to make the payment.
sepa_debit_countryCase-insensitive countryIE
The two-letter code corresponding to the country of the customer’s bank account.
sepa_debit_fingerprintCase-sensitive stringexample_fingerprint
The unique identifier of the bank account used to make the payment.

Payment outcome counters

Attributes that track payment outcomes (authorized, blocked, declined, total) reflect two different data scopes:

  • Charges-only : Attributes with _ charges _ include only card charge data.
  • Transactions : Attributes with _ transactions _ include transaction outcomes for all supported payment methods .
AttributeTypeExample value
authorized_charges_per_billing_address_all_timeNumeric10
The number of charges that resulted in a successful authorization on this billing address on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_billing_address_weeklyNumeric10
The number of charges that resulted in a successful authorization on this billing address in the past week on your account.
authorized_charges_per_billing_address_dailyNumeric10
The number of charges that resulted in a successful authorization on this billing address in the past day on your account.
authorized_charges_per_billing_address_hourlyNumeric10
The number of charges that resulted in a successful authorization on this billing address in the past hour on your account.
authorized_charges_per_card_number_all_timeNumeric10
The number of charges that resulted in a successful authorization on this card on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_card_number_weeklyNumeric10
The number of charges that resulted in a successful authorization on this card in the past week on your account.
authorized_charges_per_card_number_dailyNumeric10
The number of charges that resulted in a successful authorization on this card in the past day on your account.
authorized_charges_per_card_number_hourlyNumeric10
The number of charges that resulted in a successful authorization on this card in the past hour on your account.
authorized_charges_per_customer_all_timeNumeric10
The number of charges that resulted in a successful authorization from the Customer object on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_customer_weeklyNumeric10
The number of charges that resulted in a successful authorization from the Customer object in the past week on your account.
authorized_charges_per_customer_dailyNumeric10
The number of charges that resulted in a successful authorization from the Customer object in the past day on your account.
authorized_charges_per_customer_hourlyNumeric10
The number of charges that resulted in a successful authorization from the Customer object in the past hour on your account.
authorized_charges_per_email_all_timeNumeric10
The number of charges that resulted in a successful authorization from this email on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_email_weeklyNumeric10
The number of charges that resulted in a successful authorization from this email in the past week on your account.
authorized_charges_per_email_dailyNumeric10
The number of charges that resulted in a successful authorization from this email in the past day on your account.
authorized_charges_per_email_hourlyNumeric10
The number of charges that resulted in a successful authorization from this email in the past hour on your account.
authorized_charges_per_shipping_address_all_timeNumeric10
The number of charges that resulted in a successful authorization on this shipping address on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_shipping_address_weeklyNumeric10
The number of charges that resulted in a successful authorization on this shipping address in the past week on your account.
authorized_charges_per_shipping_address_dailyNumeric10
The number of charges that resulted in a successful authorization on this shipping address in the past day on your account.
authorized_charges_per_shipping_address_hourlyNumeric10
The number of charges that resulted in a successful authorization on this shipping address in the past hour on your account.
authorized_charges_per_ip_address_all_timeNumeric10
The number of charges that resulted in a successful authorization from this IP address on your account within the past 5 years. This value includes payments from 2020 onward.
authorized_charges_per_ip_address_weeklyNumeric10
The number of charges that resulted in a successful authorization from this IP address in the past week on your account.
authorized_charges_per_ip_address_dailyNumeric10
The number of charges that resulted in a successful authorization from this IP address in the past day on your account.
authorized_charges_per_ip_address_hourlyNumeric10
The number of charges that resulted in a successful authorization from this IP address in the past hour on your account.

Attributes for platforms

Attributes specific to platforms allow you to create rules for either transactions for your connected accounts or for the connected accounts themselves.

Availability depends on your charge type and Radar tier:

Rule typeAvailability
Transaction rulesAvailable for destination charges, direct charges, or separate charges and transfers.
Account rulesAvailability depends on your Radar tier.
Treasury transaction rulesThis private preview is only available for certain Radar plans. Contact your Stripe account team for more information.

These attributes correspond to connected accounts and allow you to take actions, such as reviewing, blocking, or allowing transactions.

Account attributes

AttributeTypeExample value
accountCase-sensitive stringexample_value
The ID of a connected account. This attribute evaluates the connected account you’re facilitating a transaction for, which is the same as the connected account you set as the Stripe-Account header.
days_since_account_was_createdNumeric10
The number of days since a connected account was created
account:[metadata attribute name]Case-sensitive stringexample_value
The platform-specified metadata on the Account object. Read more about using metadata attributes.

Disputes

AttributeTypeExample value
dispute_count_for_account_monthlyNumeric10
The number of disputes that occurred within the past month on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.
dispute_count_for_account_weeklyNumeric10
The number of disputes that occurred within the past week on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.
dispute_count_for_account_dailyNumeric10
The number of disputes that occurred within the past day on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.
usd_amount_disputed_for_account_monthlyNumeric50
The charge volume (in USD) of disputes that occurred within the past month on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.
usd_amount_disputed_for_account_weeklyNumeric50
The charge volume (in USD) of disputes that occurred within the past week on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.
usd_amount_disputed_for_account_dailyNumeric50
The charge volume (in USD) of disputes that occurred within the past week on a connected account. It includes all dispute types (both legitimate and fraudulent) and statuses (won, lost, and so on). We determine the number of disputes using the date the dispute occurred, not the date of the underlying transaction. You can sometimes have more than one dispute on a single charge.

Failures

AttributeTypeExample value
failure_count_for_account_monthlyNumeric10
The number of failures that occurred within the past month on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.
failure_count_for_account_weeklyNumeric10
The number of failures that occurred within the past week on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.
failure_count_for_account_dailyNumeric10
The number of failures that occurred within the past day on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.
usd_amount_failed_for_account_monthlyNumeric50
The charge volume (in USD) of failures that occurred within the past month on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.
usd_amount_failed_for_account_weeklyNumeric50
The charge volume (in USD) of failures that occurred within the past week on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.
usd_amount_failed_for_account_dailyNumeric50
The charge volume (in USD) of failures that occurred within the past day on a connected account, including issuer blocked charges and Radar blocked charges, but excluding failed API calls. We include failed API calls under the Failed category in the Transactions section of the Dashboard, but they aren’t an indicator of fraud risk.

Refunds

AttributeTypeExample value
refund_count_for_account_monthlyNumeric10
The number of refunds that occurred within the past month on a connected account. We calculate refunds based on the date the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund.
refund_count_for_account_weeklyNumeric10
The number of refunds that occurred within the past week on a connected account. We calculate refunds based on the date the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund.
refund_count_for_account_dailyNumeric10
The number of refunds that occurred within the past day on a connected account. We calculate refunds based on the date 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_monthlyNumeric50
The charge volume (in USD) of refunds that occurred within the past day on a connected account. We calculate refunds based on the date 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_weeklyNumeric50
The charge volume (in USD) of refunds that occurred within the past day on a connected account. We calculate refunds based on the date 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_dailyNumeric50
The charge volume (in USD) of refunds that occurred within the past day on a connected account. We calculate refunds based on the date the refund occurred, not the date of the underlying transaction. A single charge can sometimes have more than one refund.

Charges

AttributeTypeExample value
total_transaction_count_for_account_monthlyNumeric10
The count of attempted transactions that occurred within the past month on a connected account.
total_transaction_count_for_account_weeklyNumeric10
The count of attempted transactions that occurred within the past week on a connected account.
total_transaction_count_for_account_dailyNumeric10
The count of attempted transactions that occurred within the past day on a connected account.
transaction_count_for_account_monthlyNumeric10
The count of successful charges that occurred within the past month on a connected account.
transaction_count_for_account_weeklyNumeric10
The count of successful charges that occurred within the past week on a connected account.
transaction_count_for_account_dailyNumeric10
The count of successful charges that occurred within the past day on a connected account.
total_usd_amount_charged_for_account_monthlyNumeric50
The total amount of attempted charge volume (in USD) that occurred within the past month on a connected account.
total_usd_amount_charged_for_account_weeklyNumeric50
The total amount of attempted charge volume (in USD) that occurred within the past week on a connected account.
total_usd_amount_charged_for_account_dailyNumeric50
The total amount of attempted charge volume (in USD) that occurred within the past day on a connected account.
usd_amount_charged_for_account_monthlyNumeric50
The successfully processed charge volume (in USD) that occurred within the past month on a connected account.
usd_amount_charged_for_account_weeklyNumeric50
The successfully processed charge volume (in USD) that occurred within the past week on a connected account.
usd_amount_charged_for_account_dailyNumeric50
The successfully processed charge volume (in USD) that occurred within the past day on a connected account.

Early fraud warnings (EFWs)

AttributeTypeExample value
efw_count_for_account_monthlyNumeric10
The number of EFWs associated with charges on a connected account within the past month.
efw_count_for_account_weeklyNumeric10
The number of EFWs associated with charges on a connected account within the past week.
efw_count_for_account_dailyNumeric10
The number of EFWs associated with charges on a connected account within the past day.
efw_usd_amount_for_account_monthlyNumeric10
The successfully processed charge volume (in USD) with EFWs associated on a connected account within the past month.
efw_usd_amount_for_account_weeklyNumeric10
The successfully processed charge volume (in USD) with EFWs associated on a connected account within the past week.
efw_usd_amount_for_account_dailyNumeric10
The successfully processed charge volume (in USD) with EFWs associated on a connected account within the past day.

See also

Last verified 2026-09-24

Is this helpful?