Legado manages all of the connections to each of the individual providers and enables access to all of the providers via a single set of API endpoints.
There are currently over 178+ third party connections available covering:
Legado currently supports several methods of connecting to a third-party provider, this includes:
Legado supports the ability to disable certain connections. All connections to third-party are consent-driven (ie. At the request of the End-User). End-Users can be prompted to connect to third-parties or can choose to connect individually.
Creating Connection and Authorisation (Consent-Driven)
Authenticating and securely connecting to a customer’s chosen account(s) can happen in two ways:
You may choose to use Legado’s pre-built UI, which can be integrated into any mobile or web experience, for a slick third-party connection experience or to speed up your technical build and integration.
You can also use the connectivity API directly in order add connectivity to bill providers to your own application.
Manage existing customer connections to providers.
Download a customer’s latest connection information. Refresh the accounts from a single provider with an existing connection. If the customer’s consent has expired for this provider, Legado will be unable to refresh the account. This will be confirmed in the response of the refresh status endpoint.
The types of data returned for an account will vary depending on the provider, here is a selection of common parameters:
- Account Number
- Address and Postcode
- Billing Day
- Contract End Date
- Billing Frequency
- Payment Type
- Account State
- Tariff Name
Then for each individual bill issued to the account, we will provide the bill as a PDF, as well as the following data:
- Bill Amount
- Balance
- Bill Date
- Due Date
List Accounts
List a customer’s connected third-party accounts, along with all associated company names and industries. A parameter can be used in order to get the details for a specific account.
List Schema
Ability to show what data can be returned from a customers connected third-party accounts.