Sha256: f7259fb17f261fdb86448f96308046d5091cc94d87edfd84037ece958b952ddc
Contents?: true
Size: 491 Bytes
Versions: 20
Compression:
Stored size: 491 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class AccountSessionService < StripeService # Creates a AccountSession object that includes a single-use token that the platform can use on their front-end to grant client-side API access. def create(params = {}, opts = {}) request( method: :post, path: "/v1/account_sessions", params: params, opts: opts, base_address: :api ) end end end
Version data entries
20 entries across 20 versions & 1 rubygems