Exchange TrueLayer auth code
Bank Validation
Exchange TrueLayer auth code
Called after the TrueLayer OAuth redirect. Exchanges the authorization code for access and refresh tokens. Use the returned access_token for account holder verification.
POST
Exchange TrueLayer auth code
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"
Body
application/json