Optionalaccess_OptionalscopeThe scope granted to the access token, depending on the scope of the authorization code and scope parameter.
OptionallivemodeThe live mode indicator for the token. If true, the access_token can be used as a live secret key. If false, the access_token can be used as a test secret key. Depends on the mode of the secret API key used to make the request.
Optionaltoken_Will always have a value of bearer.
Optionalrefresh_Can be used to get a new access token of an equal or lesser scope, or of a different live mode (where applicable).
Optionalstripe_The unique id of the account you have been granted access to, as a string.
Optionalstripe_A publishable key that can be used with this account. Matches the mode—live or test—of the token.
The access token you can use to make requests on behalf of this Stripe account. Use it as you would any Stripe secret API key. This key does not expire, but may be revoked by the user at any time (you'll get a account.application.deauthorized webhook event when this happens).