サポートされる属性
Radar ルールでサポートされる全属性の一覧を確認します。
Radar でのルール作成には、以下の属性を使用します。効果的なルールの作成方法をご確認ください。
リスクのスコアとレベル
属性 | タイプ | 値の例 |
risk_level | 「大文字と小文字を区別しない文字列」 | 通常 |
Stripe によって決定された特定の支払いのリスクレベル。サポートされる値は、normal、elevated、highest、not_assessed です。 | ||
risk_score | 「数値」 | 50 |
Stripe によって決定された特定の支払いのリスクスコア。値の範囲は 0 (最もリスクが低い) から 100 (最もリスクが高い) です。デフォルトでは、65 以上のリスクスコアは比較的高いリスクのリスクレベルに該当し、75 以上のリスクスコアは最高リスクのリスクレベルに該当します。リスク設定でこれらの基準値を調整できます。 |
3D セキュア
属性 | タイプ | 値の例 |
is_3d_secure | 「 ブール値」 | true |
支払いで 3D セキュアソースが使用されているかどうかを識別します。 | ||
is_3d_secure_authenticated | 「 ブール値」 | true |
3D セキュア検証を正常に完了した後に支払いが認証されたかどうかを識別します (リスクベースまたはチャレンジベーのいずれか)。 | ||
has_liability_shift | 「 ブール値」 | true |
この支払いにライアビリティシフトルールが適用される場合は true。 |
住所
属性 | タイプ | 値の例 |
billing_address | 「大文字と小文字を区別しない文字列」 | 1234 Main St #2A Brooklyn, NY 10022 US |
指定されたカード保有者の完全な請求先住所。 | ||
billing_address_line1 | 「大文字と小文字を区別しない文字列」 | 1234 Main St |
カード保有者の指定された請求先住所の 1 行目 (通常は町名と番地)。 | ||
billing_address_line2 | 「大文字と小文字を区別しない文字列」 | #2A |
カード保有者の指定された請求先住所の 2 行目 (通常は建物名と部屋番号)。 | ||
billing_address_postal_code | 「大文字と小文字を区別しない文字列」 | 10022 |
カード保有者の指定された請求先住所の郵便番号 (ZIP)。 | ||
billing_address_city | 「大文字と小文字を区別しない文字列」 | Brooklyn |
カード保有者の指定された請求先住所の市区町村。 | ||
billing_address_state | 「大文字と小文字を区別しない文字列」 | NY |
カード保有者の指定された請求先住所の都道府県/州。 | ||
billing_address_country | 「大文字と小文字を区別しない国」 | US |
指定されたカード保有者の請求先住所の国に対応する 2 文字のコード。 | ||
shipping_address | 「大文字と小文字を区別しない文字列」 | 1234 Main St #2A Brooklyn, NY 10022 US |
指定された完全な配送先住所。 | ||
shipping_address_line1 | 「大文字と小文字を区別しない文字列」 | 1234 Main St |
指定された配送先住所の 1 行目 (通常は町名と番地)。 | ||
shipping_address_line2 | 「大文字と小文字を区別しない文字列」 | #2A |
指定された配送先住所の 2 行目 (通常は建物名と部屋番号)。 | ||
shipping_address_postal_code | 「大文字と小文字を区別しない文字列」 | 10022 |
指定された配送先住所の郵便番号 (ZIP)。 | ||
shipping_address_city | 「大文字と小文字を区別しない文字列」 | Brooklyn |
指定された配送先住所の市区町村。 | ||
shipping_address_state | 「大文字と小文字を区別しない文字列」 | NY |
指定された配送先住所の都道府県/州。 | ||
shipping_address_country | 「大文字と小文字を区別しない国」 | US |
指定された配送先住所の国に対応する 2 文字のコード。 |
金額
属性 | タイプ | 値の例 |
amount_in_xyz | 「数値」 | 50 |
xyz で指定された通貨に換算された支払い額 (amount_in_usd など)。サポート対象の通貨 (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、usd) のいずれかを指定すると、Stripe は使用する換算後の金額を自動的に計算します。10 進通貨 (usd など) の場合、ルールは補助通貨単位ではなく基本通貨単位 (例: セントではなくドル) を使用します。 | ||
average_usd_amount_attempted_on_card_all_time | 「数値」 | 50 |
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_attempted_on_customer_all_time | 「数値」 | 50 |
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_card_all_time | 「数値」 | 50 |
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. | ||
average_usd_amount_successful_on_customer_all_time | 「数値」 | 50 |
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_card_all_time | 「数値」 | 50 |
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_charged_on_customer_all_time | 「数値」 | 50 |
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_card_all_time | 「数値」 | 50 |
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_failed_on_customer_all_time | 「数値」 | 50 |
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_card_all_time | 「数値」 | 50 |
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. | ||
total_usd_amount_successful_on_customer_all_time | 「数値」 | 50 |
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. |
カード情報
属性 | タイプ | 値の例 |
card_bin | 「大文字と小文字を区別しない文字列」 | 483312 |
支払いに使用されているカードの銀行識別番号 (BIN)。BIN はカード番号の最初の 6 桁です。 | ||
card_brand | 「大文字と小文字を区別しない文字列」 | visa |
支払いに使用されているカードブランド。サポートされる値は、amex (アメリカン・エキスプレス)、visa (Visa)、mc (Mastercard)、dscvr (ディスカバー)、diners (ダイナースクラブ)、interac (Interac)、jcb (JCB)、cup (UnionPay) です。 | ||
card_country | 「大文字と小文字を区別しない国」 | US |
カードが発行された国に対応する 2 文字のコード。 | ||
card_fingerprint | 「大文字と小文字を区別する文字列」 | example_fingerprint |
支払いに使用されているカードのフィンガープリント。カードのフィンガープリントは、特定のカード番号の一意の識別子です。 | ||
card_funding | 「大文字と小文字を区別しない文字列」 | クレジット |
プリペイドカード、デビットカード、クレジットカードなどのカードの種類。サポートされる値は、credit、debit、prepaid、unknown です。 | ||
card_3d_secure_support | 「大文字と小文字を区別しない文字列」 | 必須 |
支払いに使用されているカードの 3D セキュアのサポートレベル。サポートされる値は、required、recommended、optional、not_supported です。 | ||
charge_description | 「大文字と小文字を区別しない文字列」 | 注文 #12 の支払い |
支払い時に提供された説明。 | ||
statement_descriptor | 「大文字と小文字を区別しない文字列」 | 明細書表記の例 |
支払いに提示される明細書表記。 |
カードの利用
属性 | タイプ | 値の例 |
is_new_card_on_customer | 「 ブール値」 | true |
Customer (顧客) オブジェクトに関連付けられているカードが、アカウントのその顧客による決済で未使用であるかどうかを示します。 | ||
card_count_for_billing_address_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にこのアカウントで行われた請求から、この請求先住所に関連付けられたカードの数。 | ||
card_count_for_billing_address_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にこのアカウントで行われた請求から、この請求先住所に関連付けられたカードの数。 | ||
card_count_for_billing_address_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にこのアカウントで行われた請求から、この請求先住所に関連付けられたカードの数。 | ||
card_count_for_customer_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にこのアカウントで行われた請求から、Customer オブジェクトに関連付けられたカードの数。 | ||
card_count_for_customer_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にこのアカウントで行われた請求から、Customer オブジェクトに関連付けられたカードの数。 | ||
card_count_for_customer_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にこのアカウントで行われた請求から、Customer オブジェクトに関連付けられたカードの数。 | ||
card_count_for_email_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にこのアカウントで行われた請求から、このメールアドレスに関連付けられたカードの数。 | ||
card_count_for_email_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にこのアカウントで行われた請求から、このメールアドレスに関連付けられたカードの数。 | ||
card_count_for_email_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にこのアカウントで行われた請求から、このメールアドレスに関連付けられたカードの数。 | ||
card_count_for_ip_address_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、この IP アドレスに関連付けられたカードの数。 | ||
card_count_for_ip_address_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、この IP アドレスに関連付けられたカードの数。 | ||
card_count_for_ip_address_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、この IP アドレスに関連付けられたカードの数。 | ||
card_count_for_shipping_address_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、この配送先住所に関連付けられたカードの数。 | ||
card_count_for_shipping_address_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、この配送先住所に関連付けられたカードの数。 | ||
card_count_for_shipping_address_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、この配送先住所に関連付けられたカードの数。 |
オーソリされた支払い
属性 | タイプ | 値の例 |
authorized_charges_per_billing_address_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの請求先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_billing_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこの請求先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_billing_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの請求先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_card_number_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのカードのオーソリに成功した支払い件数。 | ||
authorized_charges_per_card_number_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのカードのオーソリに成功した支払い件数。 | ||
authorized_charges_per_card_number_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのカードのオーソリに成功した支払い件数。 | ||
authorized_charges_per_customer_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間に Customer (顧客) オブジェクトからのオーソリに成功した支払いの件数。 | ||
authorized_charges_per_customer_daily | 「数値」 | 10 |
アカウントで、過去 1 日に Customer (顧客) オブジェクトからのオーソリに成功した支払いの件数。 | ||
authorized_charges_per_customer_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間に Customer (顧客) オブジェクトからのオーソリに成功した支払いの件数。 | ||
authorized_charges_per_email_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのメールアドレスからのオーソリに成功した支払い件数。 | ||
authorized_charges_per_email_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのメールアドレスからのオーソリに成功した支払い件数。 | ||
authorized_charges_per_email_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのメールアドレスからのオーソリに成功した支払い件数。 | ||
authorized_charges_per_shipping_address_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの配送先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_shipping_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日にこの配送先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_shipping_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの配送先住所のオーソリに成功した支払い件数。 | ||
authorized_charges_per_ip_address_all_time | 「数値」 | 10 |
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_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの IP アドレスからのオーソリに成功した支払い件数。 | ||
authorized_charges_per_ip_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこの IP アドレスからのオーソリに成功した支払い件数。 | ||
authorized_charges_per_ip_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの IP アドレスからのオーソリに成功した支払い件数。 |
ブロックされた支払い
属性 | タイプ | 値の例 |
blocked_charges_per_billing_address_all_time | 「数値」 | 10 |
The number of charges blocked on this billing address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_billing_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの請求先住所でブロックされた支払い件数。 | ||
blocked_charges_per_billing_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日にこの請求先住所でブロックされた支払い件数。 | ||
blocked_charges_per_billing_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの請求先住所でブロックされた支払い件数。 | ||
blocked_charges_per_card_number_all_time | 「数値」 | 10 |
The number of charges blocked on this card on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_card_number_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのカードでブロックされた支払い件数。 | ||
blocked_charges_per_card_number_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのカードでブロックされた支払い件数。 | ||
blocked_charges_per_card_number_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのカードでブロックされた支払い件数。 | ||
blocked_charges_per_customer_all_time | 「数値」 | 10 |
The number of charges blocked from the Customer object on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_customer_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間に特定の Customer (顧客) オブジェクトでブロックされた支払いの件数。 | ||
blocked_charges_per_customer_daily | 「数値」 | 10 |
アカウントで、過去 1 日に特定の Customer (顧客) オブジェクトでブロックされた支払いの件数。 | ||
blocked_charges_per_customer_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間に特定の Customer (顧客) オブジェクトでブロックされた支払いの件数。 | ||
blocked_charges_per_email_all_time | 「数値」 | 10 |
The number of charges blocked from this email on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_email_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのメールアドレスからブロックされた支払い件数。 | ||
blocked_charges_per_email_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのメールアドレスからブロックされた支払い件数。 | ||
blocked_charges_per_email_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのメールアドレスからブロックされた支払い件数。 | ||
blocked_charges_per_shipping_address_all_time | 「数値」 | 10 |
The number of charges blocked on this shipping address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_shipping_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの配送先住所でブロックされた支払い件数。 | ||
blocked_charges_per_shipping_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日にこの配送先住所でブロックされた支払い件数。 | ||
blocked_charges_per_shipping_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの配送先住所でブロックされた支払い件数。 | ||
blocked_charges_per_ip_address_all_time | 「数値」 | 10 |
The number of charges blocked on this IP address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
blocked_charges_per_ip_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの IP アドレスでブロックされた支払い件数。 | ||
blocked_charges_per_ip_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこの IP アドレスでブロックされた支払い件数。 | ||
blocked_charges_per_ip_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの IP アドレスでブロックされた支払い件数。 |
拒否された支払い
属性 | タイプ | 値の例 |
declined_charges_per_billing_address_all_time | 「数値」 | 10 |
The number of charges declined on this billing address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_billing_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの請求先住所で拒否された支払い件数。 | ||
declined_charges_per_billing_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日にこの請求先住所で拒否された支払い件数。 | ||
declined_charges_per_billing_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの請求先住所で拒否された支払い件数。 | ||
declined_charges_per_card_number_all_time | 「数値」 | 10 |
The number of charges declined on this card on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_card_number_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのカードで拒否された支払い件数。 | ||
declined_charges_per_card_number_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのカードで拒否された支払い件数。 | ||
declined_charges_per_card_number_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのカードで拒否された支払い件数。 | ||
declined_charges_per_customer_all_time | 「数値」 | 10 |
The number of charges declined from the Customer object on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_customer_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間に特定の Customer (顧客) オブジェクトで拒否された支払いの件数。 | ||
declined_charges_per_customer_daily | 「数値」 | 10 |
アカウントで、過去 1 日に特定の Customer (顧客) オブジェクトで拒否された支払いの件数。 | ||
declined_charges_per_customer_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間に特定の Customer (顧客) オブジェクトで拒否された支払いの件数。 | ||
declined_charges_per_shipping_address_all_time | 「数値」 | 10 |
The number of charges declined on this shipping address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_shipping_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの配送先住所で拒否された支払い件数。 | ||
declined_charges_per_shipping_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日にこの配送先住所で拒否された支払い件数。 | ||
declined_charges_per_shipping_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの配送先住所で拒否された支払い件数。 | ||
declined_charges_per_ip_address_all_time | 「数値」 | 10 |
The number of charges declined on this IP address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_ip_address_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこの IP アドレスで拒否された支払い件数。 | ||
declined_charges_per_ip_address_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこの IP アドレスで拒否された支払い件数。 | ||
declined_charges_per_ip_address_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこの IP アドレスで拒否された支払い件数。 | ||
declined_charges_per_email_all_time | 「数値」 | 10 |
The number of charges declined from this email on your account within the past 5 years. This value includes payments from 2020 onward. | ||
declined_charges_per_email_weekly | 「数値」 | 10 |
アカウントで、過去 1 週間にこのメールアドレスから拒否された支払い件数。 | ||
declined_charges_per_email_daily | 「数値」 | 10 |
アカウントで、過去 1 日間にこのメールアドレスから拒否された支払い件数。 | ||
declined_charges_per_email_hourly | 「数値」 | 10 |
アカウントで、過去 1 時間にこのメールアドレスから拒否された支払い件数。 |
支払い合計件数
属性 | タイプ | 値の例 |
total_charges_per_billing_address_all_time | 「数値」 | 10 |
The total number of charges on this billing address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_billing_address_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間におけるこの請求先住所の支払い合計件数。 | ||
total_charges_per_billing_address_daily | 「数値」 | 10 |
アカウントでの、過去 1 日におけるこの請求先住所の支払い合計件数。 | ||
total_charges_per_billing_address_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間におけるこの請求先住所の支払い合計件数。 | ||
total_charges_per_card_number_all_time | 「数値」 | 10 |
The total number of charges on this card on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_card_number_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間におけるこのカードの支払い合計件数。 | ||
total_charges_per_card_number_daily | 「数値」 | 10 |
アカウントでの、過去 1 日間におけるこのカードの支払い合計件数。 | ||
total_charges_per_card_number_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間におけるこのカードの支払い合計件数。 | ||
total_charges_per_customer_all_time | 「数値」 | 10 |
The total number of charges from the Customer object on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_customer_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間における特定の Customer (顧客) オブジェクトからの支払いの合計件数。 | ||
total_charges_per_customer_daily | 「数値」 | 10 |
アカウントでの、過去 1 日における特定の Customer (顧客) オブジェクトからの支払いの合計件数。 | ||
total_charges_per_customer_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間における特定の Customer (顧客) オブジェクトからの支払いの合計件数。 | ||
total_charges_per_email_all_time | 「数値」 | 10 |
The total number of charges from this email on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_email_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間におけるこのメールアドレスからの支払い合計件数。 | ||
total_charges_per_email_daily | 「数値」 | 10 |
アカウントでの、過去 1 日間におけるこのメールアドレスからの支払い合計件数。 | ||
total_charges_per_email_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間におけるこのメールアドレスからの支払い合計件数。 | ||
total_charges_per_ip_address_all_time | 「数値」 | 10 |
The total number of charges from this IP address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_ip_address_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間におけるこの IP アドレスからの支払い合計件数。 | ||
total_charges_per_ip_address_daily | 「数値」 | 10 |
アカウントでの、過去 1 日間におけるこの IP アドレスからの支払い合計件数。 | ||
total_charges_per_ip_address_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間におけるこの IP アドレスからの支払い合計件数。 | ||
total_charges_per_shipping_address_all_time | 「数値」 | 10 |
The total number of charges from this shipping address on your account within the past 5 years. This value includes payments from 2020 onward. | ||
total_charges_per_shipping_address_weekly | 「数値」 | 10 |
アカウントでの、過去 1 週間におけるこの配送先住所からの支払い合計件数。 | ||
total_charges_per_shipping_address_daily | 「数値」 | 10 |
アカウントでの、過去 1 日におけるこの配送先住所からの支払い合計件数。 | ||
total_charges_per_shipping_address_hourly | 「数値」 | 10 |
アカウントでの、過去 1 時間におけるこの配送先住所からの支払い合計件数。 |
クライアントの情報
属性 | タイプ | 値の例 |
browser | 「大文字と小文字を区別しない文字列」 | Chrome 103.0.0 |
顧客のブラウザーの名前とバージョン。 | ||
isp | 「大文字と小文字を区別しない文字列」 | Cactus Practice ISP |
顧客のインターネットサービスプロバイダー (ISP) の名前です。 | ||
operating_system | 「大文字と小文字を区別しない文字列」 | Mac OS X 10.15.7 |
顧客のオペレーティングシステムの名前とバージョン。 | ||
user_agent | 「大文字と小文字を区別しない文字列」 | mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/103.0.0.0 safari/537.36 |
顧客のユーザーエージェント。 |
顧客
属性 | タイプ | 値の例 |
顧客 | 「大文字と小文字を区別する文字列」 | cus_AeFLnRaI51AbRi |
支払い時に入力された Customer (顧客) オブジェクトの ID。 | ||
total_customers_for_card_yearly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のカードに関連付けられた Customer (顧客) オブジェクトの合計数。この属性には、過去 1 年にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_for_card_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のカードに関連付けられた Customer (顧客) オブジェクトの合計数。この属性には、過去 1 週間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_for_email_yearly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のメールアドレスに関連付けられた Customer (顧客) オブジェクトの合計数。この属性には、過去 1 年にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_for_email_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のメールに関連付けられた Customer (顧客) オブジェクトの合計数。この属性には、過去 1 週間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_with_prior_fraud_activity_for_card_yearly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のカードに関連付けられ、不正利用アクティビティーが存在する Customer (顧客) オブジェクトの合計数。不正利用アクティビティーには、不正利用に関する申請、不正利用の早期警告、高リスクによる Radar のブロックが含まれます。この属性には、過去 1 年間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_with_prior_fraud_activity_for_card_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のカードに関連付けられ、不正利用アクティビティーが存在する Customer (顧客) オブジェクトの合計数。不正利用アクティビティーには、不正利用に関する申請、不正利用の早期警告、高リスクによる Radar のブロックが含まれます。この属性には、過去 1 週間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_with_prior_fraud_activity_for_email_yearly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のメールアドレスに関連付けられ、不正利用アクティビティーが存在する Customer (顧客) オブジェクトの合計数。不正利用アクティビティーには、不正利用に関する申請、不正利用の早期警告、高リスクによる Radar のブロックが含まれます。この属性には、過去 1 年間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 | ||
total_customers_with_prior_fraud_activity_for_email_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、特定のメールアドレスに関連付けられ、不正利用アクティビティーが存在する Customer (顧客) オブジェクトの合計数。不正利用アクティビティーには、不正利用に関する申請、不正利用の早期警告、高リスクによる Radar のブロックが含まれます。この属性には、過去 1 週間にアカウントとやり取りのあった本番環境の Customer オブジェクトのみが含まれます。このデータは最大でも 72 時間に 1 回更新されます。 |
距離
属性 | タイプ | 値の例 |
distance_between_billing_and_shipping_address | 「数値」 | 50 |
指定された請求先住所と配送先住所間の距離 (km)。 | ||
distance_between_ip_and_billing_address | 「数値」 | 50 |
支払いの発生元である IP アドレスと指定された請求先住所間の距離 (km)。 | ||
distance_between_ip_and_shipping_address | 「数値」 | 50 |
支払いの発生元である IP アドレスと指定された配送先住所間の距離 (km)。 |
不審請求の申請
属性 | タイプ | 値の例 |
dispute_count_on_card_number_all_time | 「制限付き数値 (<=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_yearly | 「制限付き数値 (<=25)」 | 10 |
アカウントで、このカード番号からの支払いに対し、過去 1 年間に発生した不正利用に関する申請件数。 | ||
dispute_count_on_ip_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、この IP アドレスからの支払いに対し、過去 1 週間に発生した不正利用に関する申請件数。 | ||
dispute_count_on_ip_daily | 「制限付き数値 (≤25)」 | 10 |
アカウントで、この IP アドレスからの支払いに対し、過去 1 日に発生した不正利用に関する申請件数。 | ||
dispute_count_on_ip_hourly | 「制限付き数値 (≤25)」 | 10 |
アカウントで、この IP アドレスからの支払いに対し、過去 1 時間に発生した不正利用に関する申請件数。 |
不正使用の早期警告
属性 | タイプ | 値の例 |
efw_count_on_card_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 週間におけるこのカードからの支払いに関連する EFW の件数。 | ||
efw_count_on_card_daily | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 日におけるこのカードからの支払いに関連する EFW の件数。 | ||
efw_count_on_card_hourly | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 時間におけるこのカードからの支払いに関連する EFW の件数。 | ||
efw_count_on_ip_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 週間におけるこの IP アドレスからの支払いに関連する EFW の件数。 | ||
efw_count_on_ip_daily | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 日におけるこの IP アドレスからの支払いに関連する EFW の件数。 | ||
efw_count_on_ip_hourly | 「制限付き数値 (≤25)」 | 10 |
アカウントでの、過去 1 時間におけるこの IP アドレスからの支払いに関連する EFW の件数。 |
メールアドレス
属性 | タイプ | 値の例 |
email | 「大文字と小文字を区別しない文字列」 | user@example.com |
支払い時に入力されたメールアドレス | ||
email_domain | 「大文字と小文字を区別しない文字列」 | example.jp |
支払い時に入力されたメールアドレスのドメイン | ||
is_disposable_email | 「 ブール値」 | true |
支払い時に提供されたメールアドレスが、既知の使い捨てメールアドレスプロバイダーを使用しているものであるかどうかを識別します。Stripe は、使い捨てのメールアドレスに対応するドメインリストを保持しています。 |
email_domain 属性と is_disposable_email 属性は、以下のフィールドのいずれかにあるメールアドレスを利用します。
- 支払いの
receipt_
email - 支払いの
description
- カードの
name
(カード保有者名としてメールアドレスが提供されている場合) - 支払いが作成された顧客の
email
- 顧客の
description
メールアドレスの使用量
属性 | タイプ | 値の例 |
email_count_for_billing_address_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、この請求先住所に関連付けられたメールアドレスの数。 | ||
email_count_for_billing_address_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、この請求先住所に関連付けられたメールアドレスの数。 | ||
email_count_for_billing_address_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、この請求先住所に関連付けられたメールアドレスの数。 | ||
email_count_for_card_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、このカードに関連付けられたメールアドレスの数。 | ||
email_count_for_card_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、このカードに関連付けられたメールアドレスの数。 | ||
email_count_for_card_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、このカードに関連付けられたメールアドレスの数。 | ||
email_count_for_ip_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、この IP アドレスに関連付けられたメールアドレスの数。 | ||
email_count_for_ip_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、この IP アドレスに関連付けられたメールアドレスの数。 | ||
email_count_for_ip_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、この IP アドレスに関連付けられたメールアドレスの数。 | ||
email_count_for_shipping_address_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、この配送先住所に関連付けられたメールアドレスの数。 | ||
email_count_for_shipping_address_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、この配送先住所に関連付けられたメールアドレスの数。 | ||
email_count_for_shipping_address_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、この配送先住所に関連付けられたメールアドレスの数。 |
IP アドレス
属性 | タイプ | 値の例 |
ip_address | 「大文字と小文字を区別しない文字列」 | 192.168.1.1 |
支払いの発生元である IP アドレス。支払いが digital_wallet で行われている場合は、支払い発生元の IP アドレスの難読化が原因で、IP アドレスが欠落する可能性があります。 | ||
ip_address_connection_type | 「大文字と小文字を区別しない文字列」 | 携帯電話 |
支払いの発生元である IP アドレスの接続タイプ。識別される接続タイプは、ケーブル/DSL、携帯電話、法人、ダイヤルアップ です。 | ||
ip_country | 「大文字と小文字を区別しない国」 | US |
支払いの発生元である IP アドレスの国レベルの地理位置に対応する 2 文字のコード。 | ||
ip_state | 「大文字と小文字を区別しない州」 | CA |
支払いの発生元である IP アドレスの州レベルの地理位置に対応する ISO コード。国に州がない場合、その国における州に該当する区画がこの属性に設定されます。 | ||
is_anonymous_ip | 「 ブール値」 | true |
支払いの発生元である IP アドレスが既知のプロキシまたは Tor 終了ノードであるかどうかを識別します。この情報は毎日更新されます。 | ||
is_my_login_ip | 「 ブール値」 | true |
支払い発生元である IP アドレスが Stripe アカウントへのログインに使用されたことがあるかどうかを識別します。この属性は、「is my IP address」のプロキシとして使用できます。 |
カード発行会社のチェック
属性 | タイプ | 値の例 |
address_line1_check | 「大文字と小文字を区別する文字列」 | 成功 |
カード発行会社による確認。指定された請求先住所の 1 行目 (通常は町名と番地) がカード保有者の登録情報と照合されます。サポートされる値は、pass、fail、unavailable、unchecked、not_providedです。(これはオーソリ後属性です。) | ||
address_zip_check | 「大文字と小文字を区別する文字列」 | 成功 |
カード発行会社による確認により、指定された郵便番号がカード保有者の登録情報と照合されます。サポートされる値は、pass、fail、unavailable、unchecked、not_providedです。(これはオーソリ後属性です。) | ||
cvc_check | 「大文字と小文字を区別する文字列」 | 成功 |
カード発行会社による確認。提供されたセキュリティコード (CVV とも呼ばれる) がカード保有者の登録情報と照合されます。サポートされる値は、pass、fail、unavailable、unchecked、not_providedです。(これはオーソリ後属性です。) |
名前
属性 | タイプ | 値の例 |
cardholder_name | 「大文字と小文字を区別しない文字列」 | 山田 花子 |
購入者のカード情報で指定されている名前。この属性では大文字と小文字は区別されませんが、句読点は区別されます。この属性は、 過去に貴社のサービスで不正使用を行ったと思われる根拠がある、個人の名前または名前のパターンをブロックする際にのみ使用します。貴社のカスタマーサービスチームで、顧客からの苦情に対応し、必要に応じて正当なエンドカスタマーを「許可リスト」に追加できるように備えておくことをお勧めします。 | ||
name_count_for_card_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週刊にアカウントで行われた請求から、このカードに関連付けられた名前の数。 | ||
name_count_for_card_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、このカードに関連付けられた名前の数。 | ||
name_count_for_card_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、このカードに関連付けられた名前の数。 |
その他の決済の詳細
属性 | タイプ | 値の例 |
currency | 「大文字と小文字を区別しない文字列」 | usd |
顧客が取引で支払った通貨を表す 3 桁の通貨コード。 | ||
destination | 「大文字と小文字を区別する文字列」 | acct_19KCB9AlaaEw6AgR |
デスティネーション支払いを作成する Connect ユーザーの場合、代わりに支払いを行うデスティネーションアカウント。 | ||
digital_wallet | 「大文字と小文字を区別しない文字列」 | apple_pay |
支払い情報の保存に使用されるデジタルウォレットのタイプ。サポートされる値は、android_pay、amex_express_checkout、apple_pay、masterpass、samsung_pay、meta_pay、amazon_pay、revolut_pay、demo_pay、unknown、visa_checkout、none です。「注: android_pay (暗号の有無を問わず有効) を除き、これらは暗号化されていないプライマリーアカウント番号とは異なり、登録されたデバイスでのみ生成可能な暗号を受信した場合にのみ有効です。」 | ||
is_checkout | 「 ブール値」 | true |
is_off_session | 「 ブール値」 | true |
Stripe Billing の支払いがユーザーの直接的なアクションによってトリガーされていない場合、または PaymentIntent の確認で off_session フラグが設定されている場合に示されます。 | ||
is_recurring | 「 ブール値」 | true |
支払いが継続して行われるかどうかを識別します (サブスクリプションなど)。 | ||
has_cryptogram | 「 ブール値」 | true |
暗号化されていないプライマリーアカウント番号の場合とは異なり、登録されたデバイスでのみ生成可能な暗号を受け取った場合に有効です。 | ||
transaction_type | 「文字列」 | charge |
取引のタイプ。サポートされる値は、charge、payment_intent、setup_intent です。payment_intent 値は、Request Credentials のルールでのみサポートされます。その場合、 Allow、Block、または Review のルールはすべて、支払いを確定する際に行われる支払い試行に対して実行されます。 |
返金
属性 | タイプ | 値の例 |
refund_count_on_card_all_time | 「制限付き数値 (≤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_weekly | 「制限付き数値 (≤25)」 | 10 |
過去 1 週間にアカウントで行われた請求から、このカードに関連付けられた返金の数。 | ||
refund_count_on_card_daily | 「制限付き数値 (≤25)」 | 10 |
過去 1 日にアカウントで行われた請求から、このカードに関連付けられた返金の数。 | ||
refund_count_on_card_hourly | 「制限付き数値 (≤25)」 | 10 |
過去 1 時間にアカウントで行われた請求から、このカードに関連付けられた返金の数。 |
時刻
属性 | タイプ | 値の例 |
hours_since_customer_was_created | 「数値」 | 50 |
支払いを行う特定の Customer (顧客) オブジェクトがアカウントで作成されてからの時間数。 | ||
hours_since_email_first_seen | 「数値」 | 50 |
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_stripe | 「数値」 | 50 |
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. | ||
hours_since_card_first_seen | 「数値」 | 50 |
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_card | 「数値」 | 50 |
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_customer_was_created | 「数値」 | 50 |
アカウントで、支払いを行う特定の Customer (顧客) オブジェクトが作成されてからの分数。 | ||
minutes_since_email_first_seen | 「数値」 | 50 |
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_stripe | 「数値」 | 50 |
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. | ||
minutes_since_card_first_seen | 「数値」 | 50 |
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_card | 「数値」 | 50 |
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_customer_was_created | 「数値」 | 50 |
アカウントで、支払いを行う特定の Customer (顧客) オブジェクトが作成されてからの秒数。 | ||
seconds_since_email_first_seen | 「数値」 | 50 |
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_stripe | 「数値」 | 50 |
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. | ||
seconds_since_card_first_seen | 「数値」 | 50 |
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_card | 「数値」 | 50 |
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. |
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
属性 | タイプ | 値の例 |
account_risk_level | 「大文字と小文字を区別しない文字列」 | 通常 |
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 
属性 | タイプ | 値の例 |
dispute_count_for_account_monthly | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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
属性 | タイプ | 値の例 |
failure_count_for_account_monthly | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 
属性 | タイプ | 値の例 |
refund_count_for_account_monthly | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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 | 「数値」 | 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
属性 | タイプ | 値の例 |
charge_count_for_account_yearly | 「数値」 | 10 |
The count of successful charges that occurred within the past year on a connected account. | ||
charge_count_for_account_monthly | 「数値」 | 10 |
The count of successful charges that occurred within the past month on a connected account. | ||
charge_count_for_account_weekly | 「数値」 | 10 |
The count of successful charges that occurred within the past week on a connected account. | ||
charge_count_for_account_daily | 「数値」 | 10 |
The count of successful charges that occurred within the past day on a connected account. | ||
usd_amount_charged_for_account_yearly | 「数値」 | 50 |
The successfully processed charge volume (in USD) that occurred within the past year on a connected account. | ||
usd_amount_charged_for_account_monthly | 「数値」 | 50 |
The successfully processed charge volume (in USD) that occurred within the past month on a connected account. | ||
usd_amount_charged_for_account_weekly | 「数値」 | 50 |
The successfully processed charge volume (in USD) that occurred within the past week on a connected account. | ||
usd_amount_charged_for_account_daily | 「数値」 | 50 |
The successfully processed charge volume (in USD) that occurred within the past day on a connected account. |