
Stripe API Integration Profile
Information and guides about integrating with Stripe API
Add Stripe Integration to Your AppHow to work with Bank Accounts in Stripe API
Bank Accounts Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Account | account | ||
Account Holder Name | account_holder_name | string | The name of the person or business that owns the bank account. |
Account Holder Type | account_holder_type | string | The type of entity that holds the account. This can be either `individual` or `company`. |
Account Type | account_type | string | The bank account type. This can only be `checking` or `savings` in most countries. In Japan, this can only be `futsu` or `toza`. |
Available Payout Methods | available_payout_methods | array of strings | A set of available payout methods for this bank account. Only values from this set should be passed as the `method` when creating a payout. |