diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 72833e6d4..adcc79220 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v196 \ No newline at end of file +v202 \ No newline at end of file diff --git a/stripe/api_resources/account_session.py b/stripe/api_resources/account_session.py index 61db9c309..7fc1f3df1 100644 --- a/stripe/api_resources/account_session.py +++ b/stripe/api_resources/account_session.py @@ -6,13 +6,13 @@ class AccountSession(CreateableAPIResource): """ - An AccountSession allows a Connect platform to grant access to a connected account in Connect Embedded UIs. + An AccountSession allows a Connect platform to grant access to a connected account in Connect Elements. We recommend that you create an AccountSession each time you need to display an embedded UI to your user. Do not save AccountSessions to your database as they expire relatively quickly, and cannot be used more than once. - Related guide: [Connect Embedded UIs](https://stripe.com/docs/connect/get-started-connect-elements). + Related guide: [Connect Elements](https://stripe.com/docs/connect/get-started-connect-elements). """ OBJECT_NAME = "account_session"