Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023
v2025
16 changes: 0 additions & 16 deletions stripe/_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ class Capabilities(StripeObject):
"""
The status of the paynow payments capability of the account, or whether the account can directly process paynow charges.
"""
paypay_payments: Optional[Literal["active", "inactive", "pending"]]
"""
The status of the Paypay capability of the account, or whether the account can directly process Paypay payments.
"""
pix_payments: Optional[Literal["active", "inactive", "pending"]]
"""
The status of the pix payments capability of the account, or whether the account can directly process pix charges.
Expand Down Expand Up @@ -1919,12 +1915,6 @@ class CreateParamsCapabilities(TypedDict):
"""
The paynow_payments capability.
"""
paypay_payments: NotRequired[
"Account.CreateParamsCapabilitiesPaypayPayments"
]
"""
The paypay_payments capability.
"""
pix_payments: NotRequired[
"Account.CreateParamsCapabilitiesPixPayments"
]
Expand Down Expand Up @@ -2282,12 +2272,6 @@ class CreateParamsCapabilitiesPaynowPayments(TypedDict):
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.
"""

class CreateParamsCapabilitiesPaypayPayments(TypedDict):
requested: NotRequired[bool]
"""
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.
"""

class CreateParamsCapabilitiesPixPayments(TypedDict):
requested: NotRequired[bool]
"""
Expand Down
24 changes: 0 additions & 24 deletions stripe/_account_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,6 @@ class CreateParamsCapabilities(TypedDict):
"""
The paynow_payments capability.
"""
paypay_payments: NotRequired[
"AccountService.CreateParamsCapabilitiesPaypayPayments"
]
"""
The paypay_payments capability.
"""
pix_payments: NotRequired[
"AccountService.CreateParamsCapabilitiesPixPayments"
]
Expand Down Expand Up @@ -881,12 +875,6 @@ class CreateParamsCapabilitiesPaynowPayments(TypedDict):
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.
"""

class CreateParamsCapabilitiesPaypayPayments(TypedDict):
requested: NotRequired[bool]
"""
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.
"""

class CreateParamsCapabilitiesPixPayments(TypedDict):
requested: NotRequired[bool]
"""
Expand Down Expand Up @@ -2486,12 +2474,6 @@ class UpdateParamsCapabilities(TypedDict):
"""
The paynow_payments capability.
"""
paypay_payments: NotRequired[
"AccountService.UpdateParamsCapabilitiesPaypayPayments"
]
"""
The paypay_payments capability.
"""
pix_payments: NotRequired[
"AccountService.UpdateParamsCapabilitiesPixPayments"
]
Expand Down Expand Up @@ -2853,12 +2835,6 @@ class UpdateParamsCapabilitiesPaynowPayments(TypedDict):
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.
"""

class UpdateParamsCapabilitiesPaypayPayments(TypedDict):
requested: NotRequired[bool]
"""
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.
"""

class UpdateParamsCapabilitiesPixPayments(TypedDict):
requested: NotRequired[bool]
"""
Expand Down
5 changes: 0 additions & 5 deletions stripe/_charge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1704,9 +1704,6 @@ class SellerProtection(StripeObject):
"""
_inner_class_types = {"seller_protection": SellerProtection}

class Paypay(StripeObject):
pass

class Pix(StripeObject):
bank_transaction_id: Optional[str]
"""
Expand Down Expand Up @@ -1978,7 +1975,6 @@ class Zip(StripeObject):
payco: Optional[Payco]
paynow: Optional[Paynow]
paypal: Optional[Paypal]
paypay: Optional[Paypay]
pix: Optional[Pix]
promptpay: Optional[Promptpay]
revolut_pay: Optional[RevolutPay]
Expand Down Expand Up @@ -2042,7 +2038,6 @@ class Zip(StripeObject):
"payco": Payco,
"paynow": Paynow,
"paypal": Paypal,
"paypay": Paypay,
"pix": Pix,
"promptpay": Promptpay,
"revolut_pay": RevolutPay,
Expand Down
16 changes: 0 additions & 16 deletions stripe/_confirmation_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,6 @@ class Paypal(StripeObject):
PayPal account PayerID. This identifier uniquely identifies the PayPal customer.
"""

class Paypay(StripeObject):
pass

class Pix(StripeObject):
pass

Expand Down Expand Up @@ -1459,7 +1456,6 @@ class Zip(StripeObject):
payco: Optional[Payco]
paynow: Optional[Paynow]
paypal: Optional[Paypal]
paypay: Optional[Paypay]
pix: Optional[Pix]
promptpay: Optional[Promptpay]
revolut_pay: Optional[RevolutPay]
Expand Down Expand Up @@ -1509,7 +1505,6 @@ class Zip(StripeObject):
"payco",
"paynow",
"paypal",
"paypay",
"pix",
"promptpay",
"revolut_pay",
Expand Down Expand Up @@ -1570,7 +1565,6 @@ class Zip(StripeObject):
"payco": Payco,
"paynow": Paynow,
"paypal": Paypal,
"paypay": Paypay,
"pix": Pix,
"promptpay": Promptpay,
"revolut_pay": RevolutPay,
Expand Down Expand Up @@ -1892,12 +1886,6 @@ class CreateParamsPaymentMethodData(TypedDict):
"""
If this is a `paypal` PaymentMethod, this hash contains details about the PayPal payment method.
"""
paypay: NotRequired[
"ConfirmationToken.CreateParamsPaymentMethodDataPaypay"
]
"""
If this is a `paypay` PaymentMethod, this hash contains details about the PayPay payment method.
"""
pix: NotRequired["ConfirmationToken.CreateParamsPaymentMethodDataPix"]
"""
If this is a `pix` PaymentMethod, this hash contains details about the Pix payment method.
Expand Down Expand Up @@ -1993,7 +1981,6 @@ class CreateParamsPaymentMethodData(TypedDict):
"payco",
"paynow",
"paypal",
"paypay",
"pix",
"promptpay",
"revolut_pay",
Expand Down Expand Up @@ -2377,9 +2364,6 @@ class CreateParamsPaymentMethodDataPaynow(TypedDict):
class CreateParamsPaymentMethodDataPaypal(TypedDict):
pass

class CreateParamsPaymentMethodDataPaypay(TypedDict):
pass

class CreateParamsPaymentMethodDataPix(TypedDict):
pass

Expand Down
1 change: 0 additions & 1 deletion stripe/_customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ class ListPaymentMethodsParams(RequestOptions):
"payco",
"paynow",
"paypal",
"paypay",
"pix",
"promptpay",
"revolut_pay",
Expand Down
1 change: 0 additions & 1 deletion stripe/_customer_payment_method_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class ListParams(TypedDict):
"payco",
"paynow",
"paypal",
"paypay",
"pix",
"promptpay",
"revolut_pay",
Expand Down
1 change: 1 addition & 0 deletions stripe/_dispute.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ class RetrieveParams(RequestOptions):
status: Literal[
"lost",
"needs_response",
"prevented",
"under_review",
"warning_closed",
"warning_needs_response",
Expand Down
Loading