get https://api.partners.sandbox.crezco.com/organisations//connect
Calling Connect with a valid organisation ID will return a 302 redirect to the UI
to allow a user to connect their bank accounts.
You must provide a returnUrl
query parameter which will be used
to redirect the user back to your system on completion of the checkout process.
The returnUrl will have:
- The user's ID appended using the user-id query parameter.
- The bank accounts' IDs appended using the bank-account-ids parameter.
- The bank account IDs returned are limited to 10 so that that we minimise any risk of exceeding query string limits.