Initiate TrueLayer OAuth flow
Bank Validation
Initiate TrueLayer OAuth flow
Returns an auth_url that the frontend must redirect the user to in order to grant TrueLayer access to their bank account for identity verification.
GET
Initiate TrueLayer OAuth flow
Headers
Bearer JWT for user-facing flows (Bearer eyJraWQ...), or the literal string NONE when authenticating via API key.
Example:
"Bearer eyJraWQ..."
API key for server-to-server flows, or the literal string NONE when authenticating via JWT.
Example:
"pcx_abc123_xxxx"
Query Parameters
Comma-separated TrueLayer provider IDs to show (e.g. lloyds,barclays). Omit to show all supported banks.