TrueLayer’s Auth Link version 2 allows developers to select which providers they want visible for the user.
In order to enable certain providers, add the flag providers
to your Auth Link like in the example below:providers=uk-ob-lloyds%20uk-cs-hsbc
Each provider_id
is represented as follows (and these are the providers supported):CountryCode-AccessMethod-BankIdentifier
To enable all providers of a certain access method, use the flag below:providers=uk-AccessMethod-all
Where AccessMethod is:
cs
for Credential Sharing (UK only);ob
for Open Banking (UK only);oauth
for oAuth (UK only);fints
for Financial Transaction Services (DE only).
The flags below will be deprecated and can't be used in V2:
enable_credential_sharing_providers
enable_openbanking_providers
enable_oauth_providers
Example
If you want to enable Monzo, Metro and OB-Barclays, your Auth Link should look like this:
https://auth.truelayer.com/?response_type=code&client_id=testjoao-db57&nonce=3594770744&scope=info%20accounts%20balance%20transactions%20cards%20products%20beneficiaries%20offline_access&redirect_uri=https://console.truelayer.com/redirect-page&providers=uk-oauth-monzo%20uk-cs-metro%20uk-ob-barclays
And the Auth Dialog will look like this:
Comments
0 comments
Article is closed for comments.