Added
New v3 API endpoints for customer bank accounts
December 5th, 2025
We have introduced a set of API endpoints for customer bank accounts. You can now use the BILL v3 API to create and manage customer bank account information.
| Operation | API endpoint |
|---|---|
| Create a customer bank account | POST /v3/customers/{customerId}/bank-accounts |
| Update a customer bank account | PATCH /v3/customers/{customerId}/bank-accounts/{bankAccountId} |
| Get customer bank account details | GET /v3/customers/{customerId}/bank-accounts/{bankAccountId} |
| Get list of customer bank accounts | GET /v3/customers/{customerId}/bank-accounts |
| Archive a customer bank account | POST /v3/customers/{customerId}/bank-accounts/{bankAccountId}/archive |
