improved
Bank account access improvements
August 2nd, 2024
When you create a bank account with the BILL v3 API, you can now enable bank account access to all users with the ADMINISTRATOR
user role. Simply set accessToAdmins
as true
in your Create a bank account (POST /v3/funding-accounts/banks
) or Update a bank account (PATCH /v3/funding-accounts/banks/{bankAccountId}
) request.
See POST /v3/funding-accounts/banks and PATCH /v3/funding-accounts/banks/{bankAccountId} in the API reference for more information.