Skip to content

Update generated code for beta #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: beta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1b3c54c
Update generated code (#1526)
stripe-openapi[bot] Jul 1, 2025
1f4f42c
Bump version to 12.3.0
prathmesh-stripe Jul 1, 2025
83ba1f0
Merge upstream and update generated code for v1819 and 2025-06-30.pre…
stripe-openapi[bot] Jul 2, 2025
559a745
Update generated code for v1820 and 2025-06-30.preview
stripe-openapi[bot] Jul 7, 2025
f2476ec
Update generated code for v1821 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
2ce5101
Update generated code for v1822 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
9d57483
Update generated code for v1822 and 2025-06-30.preview
stripe-openapi[bot] Jul 8, 2025
4f0f4ec
Update generated code for v1826 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
c86e100
Update generated code for v1827 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
83b7ff9
Update generated code for v1829 and 2025-06-30.preview
stripe-openapi[bot] Jul 9, 2025
a74a3fa
Update generated code for v1830 and 2025-06-30.preview
stripe-openapi[bot] Jul 10, 2025
1758911
Update generated code for v1832 and 2025-06-30.preview
stripe-openapi[bot] Jul 11, 2025
4c53c6d
Fix timeout type hint in RequestsClient (#1537)
abe-101 Jul 11, 2025
7203c80
Merge upstream and update generated code for v1833 and 2025-06-30.pre…
stripe-openapi[bot] Jul 11, 2025
9fd5498
Update generated code for v1835 and 2025-06-30.preview
stripe-openapi[bot] Jul 11, 2025
2aa1c1a
Update generated code for v1836 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
1e3b174
Update generated code for v1837 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
c9623a7
Update generated code for v1838 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
70ef7b9
Update generated code for v1839 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
6970412
Update generated code for v1841 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
09d8f32
Update generated code for v1842 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
b96335e
Update generated code for v1843 and 2025-06-30.preview
stripe-openapi[bot] Jul 14, 2025
974ce0a
Update generated code for v1845 and 2025-06-30.preview
stripe-openapi[bot] Jul 15, 2025
af8dbe2
Update generated code for v1847 and 2025-06-30.preview
stripe-openapi[bot] Jul 15, 2025
9f720d5
Update generated code for v1848 and 2025-06-30.preview
stripe-openapi[bot] Jul 16, 2025
7380cf5
Update generated code for v1849 and 2025-06-30.preview
stripe-openapi[bot] Jul 16, 2025
de72cc3
Update generated code for v1850 and 2025-07-30.preview
stripe-openapi[bot] Jul 16, 2025
949aad0
Update generated code for v1852 and 2025-07-30.preview
stripe-openapi[bot] Jul 16, 2025
4b0a680
Update generated code for v1853 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
6162afa
Update generated code for v1854 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
9ec1e3c
Update generated code for v1855 and 2025-07-30.preview
stripe-openapi[bot] Jul 17, 2025
99b6d18
Update generated code for v1864 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
96b6344
Update generated code for v1865 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
1a3ed2c
Update generated code for v1867 and 2025-07-30.preview
stripe-openapi[bot] Jul 21, 2025
b53a728
Update generated code for v1868 and 2025-07-30.preview
stripe-openapi[bot] Jul 22, 2025
341909d
Update generated code for v1868 and 2025-07-30.preview
stripe-openapi[bot] Jul 23, 2025
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
Prev Previous commit
Next Next commit
Update generated code for v1836 and 2025-06-30.preview
  • Loading branch information
stripe-openapi[bot] committed Jul 14, 2025
commit 2aa1c1adb9de001bbc9501495fa31a7557fc0eee
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1835
v1836
20 changes: 20 additions & 0 deletions stripe/checkout/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,6 +1434,16 @@ class Pix(StripeObject):
"""
The number of seconds after which Pix payment will expire.
"""
setup_future_usage: Optional[Literal["none"]]
"""
Indicates that you intend to make future payments with this PaymentIntent's payment method.

If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.

If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.

When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
"""

class RevolutPay(StripeObject):
setup_future_usage: Optional[Literal["none", "off_session"]]
Expand Down Expand Up @@ -4079,6 +4089,16 @@ class CreateParamsPaymentMethodOptionsPix(TypedDict):
"""
The number of seconds (between 10 and 1209600) after which Pix payment will expire. Defaults to 86400 seconds.
"""
setup_future_usage: NotRequired[Literal["none"]]
"""
Indicates that you intend to make future payments with this PaymentIntent's payment method.

If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.

If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.

When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
"""

class CreateParamsPaymentMethodOptionsRevolutPay(TypedDict):
setup_future_usage: NotRequired[Literal["none", "off_session"]]
Expand Down
10 changes: 10 additions & 0 deletions stripe/checkout/_session_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2008,6 +2008,16 @@ class CreateParamsPaymentMethodOptionsPix(TypedDict):
"""
The number of seconds (between 10 and 1209600) after which Pix payment will expire. Defaults to 86400 seconds.
"""
setup_future_usage: NotRequired[Literal["none"]]
"""
Indicates that you intend to make future payments with this PaymentIntent's payment method.

If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://docs.stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://docs.stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.

If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.

When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://docs.stripe.com/strong-customer-authentication).
"""

class CreateParamsPaymentMethodOptionsRevolutPay(TypedDict):
setup_future_usage: NotRequired[Literal["none", "off_session"]]
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy