Skip to content
Snippets Groups Projects
Unverified Commit 9b40610f authored by Johannes Löthberg's avatar Johannes Löthberg Committed by GitHub
Browse files

Bump GoCardless access validity from 30 to 90 days (#2518)

All banks are supposed to provide at least 90 days of access.

As of July 2023 EEA banks are required to allow access for up to 180
days[0], but this does not apply to UK banks, and apparently there might
still be EEA banks which don't comply with the new regulations.

We should consider eventually defaulting to 180 days and allowing
per-bank and maybe per-country overrides, but bumping it to 90 days
immediately provides a better user experience.

  [0]: https://nordigen.zendesk.com/hc/en-gb/articles/13239212055581-EEA-180-day-access



Signed-off-by: default avatarJohannes Löthberg <johannes@kyriasis.com>
parent 2a1c452a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function _authorize(
const resp = await send('gocardless-create-web-token', {
upgradingAccountId,
institutionId,
accessValidForDays: 30,
accessValidForDays: 90,
});
if ('error' in resp) return resp;
......
---
category: Enhancements
authors: [kyrias]
---
Bump GoCardless access validity from 30 to 90 days.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment