You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: stripe/_account.py
+17-2
Original file line number
Diff line number
Diff line change
@@ -1145,6 +1145,21 @@ class Payouts(StripeObject):
1145
1145
1146
1146
charges: Charges
1147
1147
payouts: Payouts
1148
+
rejected_reason: Optional[
1149
+
Literal[
1150
+
"credit",
1151
+
"fraud",
1152
+
"fraud_no_intent_to_fulfill",
1153
+
"fraud_other",
1154
+
"fraud_payment_method_casher",
1155
+
"fraud_payment_method_tester",
1156
+
"other",
1157
+
"terms_of_service",
1158
+
]
1159
+
]
1160
+
"""
1161
+
Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://stripe.com/docs/connect/)
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
3554
3569
"""
@@ -4137,7 +4152,7 @@ class ModifyPersonParams(RequestOptions):
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
115
115
"""
@@ -546,7 +546,7 @@ class UpdateParams(TypedDict):
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Copy file name to clipboardexpand all lines: stripe/_credit_note.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ class Tax(StripeObject):
94
94
"""
95
95
rate: "TaxRate"
96
96
"""
97
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
97
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
98
98
99
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
99
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_invoice.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -929,9 +929,9 @@ class Tax(StripeObject):
929
929
"""
930
930
rate: "TaxRate"
931
931
"""
932
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
932
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
933
933
934
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
934
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_line_item.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ class Tax(StripeObject):
49
49
"""
50
50
rate: "TaxRate"
51
51
"""
52
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
52
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
53
53
54
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
54
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_order.py
+4-4
Original file line number
Diff line number
Diff line change
@@ -685,9 +685,9 @@ class Tax(StripeObject):
685
685
"""
686
686
rate: "TaxRate"
687
687
"""
688
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
688
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
689
689
690
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
690
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
691
691
"""
692
692
taxability_reason: Optional[
693
693
Literal[
@@ -924,9 +924,9 @@ class Tax(StripeObject):
924
924
"""
925
925
rate: "TaxRate"
926
926
"""
927
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
927
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
928
928
929
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
929
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_quote.py
+6-6
Original file line number
Diff line number
Diff line change
@@ -129,9 +129,9 @@ class Tax(StripeObject):
129
129
"""
130
130
rate: "TaxRate"
131
131
"""
132
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
132
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
133
133
134
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
134
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
135
135
"""
136
136
taxability_reason: Optional[
137
137
Literal[
@@ -227,9 +227,9 @@ class Tax(StripeObject):
227
227
"""
228
228
rate: "TaxRate"
229
229
"""
230
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
230
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
231
231
232
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
232
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
233
233
"""
234
234
taxability_reason: Optional[
235
235
Literal[
@@ -818,9 +818,9 @@ class Tax(StripeObject):
818
818
"""
819
819
rate: "TaxRate"
820
820
"""
821
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
821
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
822
822
823
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
823
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_quote_preview_invoice.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -911,9 +911,9 @@ class Tax(StripeObject):
911
911
"""
912
912
rate: "TaxRate"
913
913
"""
914
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
914
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
915
915
916
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
916
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_tax_rate.py
+5-5
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ class TaxRate(
17
17
UpdateableAPIResource["TaxRate"],
18
18
):
19
19
"""
20
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
20
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
21
21
22
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
22
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
0 commit comments