post https://gateway.stage.bill.com/connect/v3/funding-accounts/banks
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 asPENDING
. You can verify the bank account withPOST /v3/funding-accounts/banks/{bankAccountId}/verify
. - The
payables
andreceivables
values are set asfalse
. To update these values, update the bank account withPATCH /v3/funding-accounts/banks/{bankAccountId}
.
Note: 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.