GET
/v0/external-accounts/{id}Retrieve External Account by ID
Fetch the details of a specific external bank account by its unique identifier.
Bearer token required
Request
| Name | Location | Type | Required | Example |
|---|---|---|---|---|
idUnique ID of the external account | path | string | Yes | ea_145hfg4856 |
Responses
200External account found
id: string
type: string
account_number: string
financial_institution_code: string
account_holder_fullname: string
account_holder_id_type: string
account_holder_id_number: string401Unauthorized – missing or invalid authentication token
404External account not found