added

New v3 API endpoints for bank accounts

You can now set up bank accounts in your BILL organization with the API.

📘

NOTE

Money movement to and from live bank accounts is not available in the API sandbox environment. When you set up a test bank account in sandbox, you can create and test payments.

Bank account operations

We have introduced a set of bank account API endpoints.

OperationAPI endpoint
Create a bank accountPOST /v3/funding-accounts/banks
Verify a bank accountPOST /v3/funding-accounts/banks/{bankAccountId}/verify
Get bank account detailsGET /v3/funding-accounts/banks/{bankAccountId}
Get list of bank accountsGET /v3/funding-accounts/banks
Update a bank accountPATCH /v3/funding-accounts/banks/{bankAccountId}
Archive a bank accountPOST /v3/funding-accounts/banks/{bankAccountId}/archive

See Bank account setup (v3 API) for more information.