External Bank Accounts
Create a new external bank account
Create a new external bank account for an organization.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for an organization
Available options:
individual
, company
Response
201
application/json
External bank account created successfully
Unique identifier for the external bank account.
String representing the object's type.
Available options:
externalBankAccount
The organization this bank account belongs to.
Two-letter ISO country code.
Name of the bank.
Three-letter ISO currency code.
Name of the account holder.
Type of the account holder.
Available options:
individual
, company
Last 4 digits of the account number.
Current status of the bank account.
Available options:
pending
, verified
, failed
Timestamp when the bank account was created.
Timestamp when the bank account was last updated.
Full account number (redacted in responses).
Bank routing number.
Additional metadata associated with the bank account.