added
New v3 API endpoints for bank accounts
May 6th, 2024
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.
Operation | API endpoint |
---|---|
Create a bank account | POST /v3/funding-accounts/banks |
Verify a bank account | POST /v3/funding-accounts/banks/{bankAccountId}/verify |
Get bank account details | GET /v3/funding-accounts/banks/{bankAccountId} |
Get list of bank accounts | GET /v3/funding-accounts/banks |
Update a bank account | PATCH /v3/funding-accounts/banks/{bankAccountId} |
Archive a bank account | POST /v3/funding-accounts/banks/{bankAccountId}/archive |
See Bank account setup (v3 API) for more information.