Stripe

Stripe API Integration Profile

Information and guides about integrating with Stripe API

Add Stripe Integration to Your Product

Post Account Sessions in Stripe API

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.

Input schema fields
Field NameAPI KeyTypeDescription
Queryqueryobject
Datadataobject
Accountdata.accountstringThe identifier of the account to create an Account Session for.
account_session_create_components_paramdata.componentsobjectEach key of the dictionary represents an embedded component, and each embedded component maps to its configuration (e.g. whether it has been enabled or not).
base_config_paramdata.components.account_onboardingobject
Output schema fields
Field NameAPI KeyTypeDescription
AccountaccountstringThe ID of the account the AccountSession was created for
Client Secretclient_secretstringThe client secret of this AccountSession. Used on the client to set up secure access to the given `account`. The client secret can be used to provide access to `account` from your frontend. It should not be stored, logged, or exposed to anyone other than the connected account. Make sure that you have TLS enabled on any page that includes the client secret. Refer to our docs to [setup Connect embedded components](https://stripe.com/docs/connect/get-started-connect-embedded-components) and learn about how `client_secret` should be handled.
ConnectEmbeddedAccountSessionCreateComponentscomponentsobject
ConnectEmbeddedBaseConfigClaimcomponents.account_onboardingobject
Enabledcomponents.account_onboarding.enabledbooleanWhether the embedded component is enabled.

Build every single integration your customers need with AI

Book a demo