GET
/v0/external-accounts/{id}Retrieve External Account by ID
Fetch the details of a specific external bank account by its unique identifier.
Requiere token Bearer
Solicitud
| Nombre | Ubicación | Tipo | Requerido | Ejemplo |
|---|---|---|---|---|
idUnique ID of the external account | path | string | Sí | ea_145hfg4856 |
Respuestas
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