Create ExternalBankAccount

Create an ExternalBankAccount.

Account creation

Accounts can be created for a Bank or a Customer.

To create accounts for your Bank, omit the customer_guid parameter in the request body. To create accounts for your Customers, include the customer_guid parameter in the request body.

State

StateDescription
storingThe Platform is storing the external bank account details in our private store
completedThe Platform has created the external bank account
unverifiedThe external bank account is created, but it has not yet been verified
failedThe Platform was not able to successfully create the external bank account
refresh_requiredThe Platform has created the external bank account, but needs to be refreshed
deletingThe Platform is deleting the external bank account
deletedThe Platform has deleted the external bank account

Failure codes

CodeDescription
invalid_routing_numberThe provided routing number is invalid
duplicateAn account with the same details already exists
plaid_processor_tokenAn account could not be created due to an invalid Plaid processor token or an error with Plaid
plaid_multiple_accountsThe supplied Plaid token is associated with multiple accounts. Must only be a single account.
create_failedThe bank account and associated holder could not be created correctly
unverified_counterpartyThe counterparty account is unverified

Required scope: external_bank_accounts:execute

Language
Credentials
URL
Click Try It! to start a request and see the response here!