
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your ProductPost Accounts in Stripe API
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.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Account Token | data.account_token | string | An [account token](https://stripe.com/docs/api#create_account_token), used to securely provide details to the account. |
Bank Account | data.bank_account | Either a token, like the ones returned by [Stripe.js](https://stripe.com/docs/js), or a dictionary containing a user's bank account details. | |
business_profile_specs | data.business_profile | object | Business information about the account. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Business Profile | business_profile | Business information about the account. | |
Business Type | business_type | string | The business type. |
AccountCapabilities | capabilities | object | |
Acss Debit Payments | capabilities.acss_debit_payments | string | The status of the Canadian pre-authorized debits payments capability of the account, or whether the account can directly process Canadian pre-authorized debits charges. |
Affirm Payments | capabilities.affirm_payments | string | The status of the Affirm capability of the account, or whether the account can directly process Affirm charges. |