mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Merge pull request #1135 from stripe/latest-codegen-beta
API Updates for beta branch
This commit is contained in:
commit
ffa3747bdf
@ -1 +1 @@
|
||||
v196
|
||||
v202
|
@ -2,13 +2,13 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stripe
|
||||
# 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).
|
||||
class AccountSession < APIResource
|
||||
extend Stripe::APIOperations::Create
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user