An internal bank account is the deposit account Tesouro’s sponsor bank holds on the SMB’s behalf. It’s the accountDocumentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
id you pass into transfer requests, the account statements are generated from, and the account that emits ACCOUNT_STATUS_CHANGED webhooks when something about it shifts.
Provisioning
Internal bank accounts aren’t created by an explicit “open account” call. They appear as the terminal effect of a bank account application reachingCOMPLETE. At that point KYB has finished, the bank has decisioned the application, and a deposit account has been opened against the verified business.
You discover the new bank account by reading the application — the response includes the id it produced — or by subscribing to the relevant ACCOUNT_STATUS_CHANGED event on your webhook subscription.
What’s on the read
Response (200 OK)
| Field | Notes |
|---|---|
id | The identifier for the bank account — passed into transfer endpoints, transaction listings, and the PATCH for closure. |
nickname | Display label, mutable via PATCH. |
bankAccountReference | Caller-supplied external reference (your own ID for this account), mutable via PATCH. |
accountNumber | Masked on read. The full number for inbound ACH and wire is delivered at provisioning. |
routingNumber | Sponsor bank’s routing number — pair with the full accountNumber for inbound transfers. |
status | ACTIVE on the first read. The other state is CLOSED — see Closing a bank account. |
createdDateTime | When the sponsor bank opened the account. |
startDate, endDate, limit (1–100, default 25), and a pagination_token. Each row carries description, direction (CREDIT or DEBIT), date, amount (in minor units), and runningBalance.
Once the application is COMPLETE, the bank account is the sponsor bank’s record of truth and behaves like any other deposit account. From this point on it’s a transfer source or destination on every rail; see Money movement.
When the bank account eventually needs to come out of service, see Closing a bank account.