Skip to main content

Documentation Index

Fetch the complete documentation index at: https://align.tolbel.com/llms.txt

Use this file to discover all available pages before exploring further.

Method Signature

align.externalAccounts.list(
  customerId: string
): Promise<ExternalAccountListResponse>

Example

const response = await align.externalAccounts.list(customerId);

for (const account of response.items) {
  console.log(`${account.id}: ${account.bank_name} (${account.account_type})`);
}

Create Account

Link a new bank account