Data Connector: GoCardless #141
Replies: 3 comments 8 replies
-
FWIW I have written an app that uses gocardless. The api is ok, if a little clunky. There's some level of duedil to get your application published though |
Beta Was this translation helpful? Give feedback.
-
In theory everyone would just sign up for their own API account and wouldn't really have an "application" to get published. |
Beta Was this translation helpful? Give feedback.
-
Just a tidbit I remember from working with the API: It's only possible to get access to accounts for 90 days at a time, at which point you need to re-authenticate with GoCardless. Also, what makes it a little more tricky is that each authentication (requisition) provides different Account IDs, so updating an existing bank-account link is quite difficult. I had to resort to trying to match the accounts between requisitions by IBAN, etc. That sort of works (accounts can have IBAN, PAN, MaskedPAN etc), but that's not always reliable. For example, linking a PayPal account has no account number, and given the GoCardless Account ID changes from requisition to requisition I never got a way to relink those account types. I'm not sure if this is a solved problem with the existing aggregators in maybe-finance. |
Beta Was this translation helpful? Give feedback.
-
GoCardless supports (according to them) 2500+ banks across the EU+UK.
It seemed like a worthwhile API to investigate since their free tier offers 50 active connections.
More information can be found here: Bank Account Data | GoCardless
Disclaimer: I have never worked with the company and have no experience with the API. I know it supports my bank though.
Beta Was this translation helpful? Give feedback.
All reactions