I am currently trying to setup GoCardless. I set up an access token, however it doesnt show me an ID. I just entered a “Name” and it gave me the secret.
@timow It could be failing because of an incorrect SECRET_ID. According to the following help document, you should have been issued your secret ID when you setup your Nordigen account. You must use that secret ID in conjunction with your newly created API key.
Hi there, do you see by any chance the option that instead of the pair of SECRET_ID & SECRET_KEY the access token can be used for the Gocardless API in the env file?
When you send the pair (ID & SECRET) for the first time, the API sends a response with a access & refresh token. With the refresh token it is possible to request a new access token after the access token has expired.
So it would be possible to script & automate this process.