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: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@
70
70
* Add support for `payout_statement_descriptor_profanity` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.QuotePreviewInvoice.LastFinalizationError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code`
71
71
* Add support for `retail_delivery_fee` on enums `stripe.Invoice.AddLinesParamsLineTaxAmountTaxRateData.tax_type`, `stripe.Invoice.UpdateLinesParamsLineTaxAmountTaxRateData.tax_type`, `stripe.InvoiceLineItem.ModifyParamsTaxAmountTaxRateData.tax_type`, `stripe.tax.Calculation.ShippingCost.TaxBreakdown.TaxRateDetails.tax_type`, `stripe.tax.Calculation.TaxBreakdown.TaxRateDetails.tax_type`, `stripe.tax.CalculationLineItem.TaxBreakdown.TaxRateDetails.tax_type`, `stripe.tax.Transaction.ShippingCost.TaxBreakdown.TaxRateDetails.tax_type`, `stripe.TaxRate.tax_type`, `stripe.TaxRate.CreateParams.tax_type`, and `stripe.TaxRate.ModifyParams.tax_type`
72
72
* Add support for `expired` on enums `stripe.issuing.Authorization.status` and `stripe.issuing.Authorization.ListParams.status`
73
-
* Add support for `state_retail_delivery_fee` on enums `stripe.tax.Registration.CountryOptions.Us.type` and `stripe.tax.Registration.CreateParamsCountryOptionsUs.type`
73
+
* Add support for `state_retail_delivery_fee` on enums `stripe.tax.Registration.CountryOptions.Us.type` and `stripe.tax.Registration.CreateParamsCountryOptionsUs.type`
74
74
75
75
## 11.2.0b1 - 2024-10-03
76
76
* [#1407](https://github.com/stripe/stripe-python/pull/1407) Updates beta branch with changes in master & update generated code
@@ -81,6 +81,14 @@
81
81
* Move `raw_request` and related methods from `_raw_request` module to the `StripeClient` class
82
82
* Remove `_preview` module; use raw request methods in the `StripeClient` class instead
83
83
84
+
## 11.1.1 - 2024-10-18
85
+
* [#1414](https://github.com/stripe/stripe-python/pull/1414) Deserialize into correct v2 EventData types
86
+
* Fixes a bug where v2 EventData was not being deserialized into the appropriate type for `V1BillingMeterErrorReportTriggeredEvent` and `V1BillingMeterNoMeterFoundEvent`
87
+
* [#1415](https://github.com/stripe/stripe-python/pull/1415) update object tags for meter-related classes
88
+
89
+
- fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
90
+
* [#1412](https://github.com/stripe/stripe-python/pull/1412) Clean up examples
91
+
84
92
## 11.1.0 - 2024-10-03
85
93
* [#1409](https://github.com/stripe/stripe-python/pull/1409) Update the class for `ThinEvent` to include `livemode`
Copy file name to clipboardExpand all lines: stripe/_account.py
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -250,6 +250,18 @@ class Capabilities(StripeObject):
250
250
"""
251
251
The status of the GrabPay payments capability of the account, or whether the account can directly process GrabPay charges.
252
252
"""
253
+
id_bank_transfer_payments: Optional[
254
+
Literal["active", "inactive", "pending"]
255
+
]
256
+
"""
257
+
The status of the Indonesia Bank Transfer payments capability of the account, or whether the account can directly process Indonesia Bank Transfer charges.
The status of the iDEAL payments capability of the account, or whether the account can directly process iDEAL charges.
@@ -1073,6 +1085,16 @@ class BacsDebitPayments(StripeObject):
1073
1085
The Bacs Direct Debit Service user number for this account. For payments made with Bacs Direct Debit, this number is a unique identifier of the account with our banking partners.
1074
1086
"""
1075
1087
1088
+
classBankBcaOnboarding(StripeObject):
1089
+
account_holder_name: Optional[str]
1090
+
"""
1091
+
Bank BCA business account holder name.
1092
+
"""
1093
+
business_account_number: Optional[str]
1094
+
"""
1095
+
Bank BCA business account number.
1096
+
"""
1097
+
1076
1098
classBranding(StripeObject):
1077
1099
icon: Optional[ExpandableField["File"]]
1078
1100
"""
@@ -1244,6 +1266,7 @@ class TosAcceptance(StripeObject):
@@ -2090,6 +2126,18 @@ class CreateParamsCapabilitiesGrabpayPayments(TypedDict):
2090
2126
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
@@ -3075,6 +3129,16 @@ class CreateParamsSettingsBacsDebitPayments(TypedDict):
3075
3129
The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free.
@@ -751,6 +763,18 @@ class CreateParamsCapabilitiesGrabpayPayments(TypedDict):
751
763
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
@@ -1758,6 +1788,16 @@ class CreateParamsSettingsBacsDebitPayments(TypedDict):
1758
1788
The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free.
@@ -2723,6 +2775,18 @@ class UpdateParamsCapabilitiesGrabpayPayments(TypedDict):
2723
2775
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.
Settings used to apply the account's branding to email receipts, invoices, Checkout, and other products.
@@ -3664,6 +3734,16 @@ class UpdateParamsSettingsBacsDebitPayments(TypedDict):
3664
3734
The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. If you don't set the display name before requesting Bacs capability, it's automatically set as "Stripe" and the account is onboarded to Stripe branding, which is free.
0 commit comments