v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBfunding-accounts
Update a bank account
Update details about an existing bank account.
This operation follows a set of rules.
- Bank account status requirement: The bank account status must be set as VERIFIED before you can update any details about the bank account. You can verify the bank account with POST /v3/funding-accounts/banks/{bankAccountId}/verify.
- Update field restrictions: You cannot update the routingNumber, accountNumber, and account type values for a bank account. If you want to update any of these values, create a new bank account with POST /v3/funding-accounts/banks.
patch/v3/funding-accounts/banks/{bankAccountId}
Path parameters
bankAccountIdstring required
BILL-generated ID of the bank account. The value begins with bac.
Example:{{org_bank_account_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"ownerType": "PERSONAL"
}Response
Update a bank account response