
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your App- Get Account
Retrieves the details of an account.
- Post Account Links
Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.
- Post Account Sessions
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.
- Get Accounts
Returns a list of accounts connected to your platform via Connect. If you’re not a platform, the list is empty.
- Post Accounts
With Connect, you can create Stripe accounts for your users. To do this, you’ll first need to register your platform.
If you’ve already collected information for your connected accounts, you can prefill that information when creating the account. Connect Onboarding won’t ask for the prefilled information during account onboarding. You can prefill any information on the account.
- Delete Accounts Account
With Connect, you can delete accounts you manage.
Accounts created using test-mode keys can be deleted at any time. Standard accounts created using live-mode keys cannot be deleted. Custom or Express accounts created using live-mode keys can only be deleted once all balances are zero.
If you want to delete your own account, use the account information tab in your account settings instead.
- Get Accounts Account
Retrieves the details of an account.
- Post Accounts Account
Updates a connected account by setting the values of the parameters passed. Any parameters not provided are left unchanged.
For Custom accounts, you can update any information on the account. For other accounts, you can update all information until that account has started to go through Connect Onboarding. Once you create an Account Link for a Standard or Express account, some parameters can no longer be changed. These are marked as Custom Only or Custom and Express below.
To update your own account, use the Dashboard. Refer to our Connect documentation to learn more about updating accounts.
- Post Accounts Account Bank Accounts
Create an external account for a given account.
- Delete Accounts Account Bank Accounts Id
Delete a specified external account for a given account.