v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBCreate a bank account
Create a new bank account. The currently signed-in user must have the ADMINISTRATOR user role in the BILL organization to perform this operation. BILL sends an email notification for informing you about changes to your funding accounts.
When you create a bank account, BILL sends a test ACH payment to confirm whether the account details are accurate.
In the response, three fields are set to their default values.
- The bank account status is set as PENDING. You can verify the bank account with POST /v3/funding-accounts/banks/{bankAccountId}/verify.
- The payables and receivables values are set as false. To update these values, update the bank account with PATCH /v3/funding-accounts/banks/{bankAccountId}.
Note: Creating a bank account requires an MFA-trusted API session. See MFA setup for information about the BILL MFA process.
See Bank account setup (v3 API) in the Guides section for more information, sample requests, and responses.
Headers
API session ID generated with /v3/login
Developer key generated with your BILL developer account
Request body
Example request
{
"nameOnAccount": "Agatha Ffringe",
"routingNumber": "074000010",
"accountNumber": "111222333",
"type": "CHECKING",
"ownerType": "BUSINESS",
"bankName": "Chase"
}Response
Create a bank account response