Skip to main content
Version: v2

Order of calls

Calls with no requirements

LinX has various endpoints that the user can call to retrieve data. This webpage describes the order that needs to be used to call these endpoints. Some of these endpoints require data from other calls in other to execute the request. This webpage will describe each type of endpoint and what data is required.

The first type are information endpoints. These give information that is nessesary to understand the output of the other endpoints such as categories and banks. These don’t require previous calls.

order of calls 1

The second type of endpoint are ways for the user to create a consent collection. Two ways are currently supported. Starting a ConsentWizard by requesting a URL or requesting a URL to start the PSD2 permission at the bank itself.
These calls will result in a Consent Collection that can be used to call other endpoints. A new Guid must be given that will uniquely identify the resulting Consent Collection.

order of calls 2

The third type of endpoint uses a Bank export file or a Consent Collection to analyse transactions and provide requested data. The Budget endpoint requires both the Profile and Aggregate outputs as a exception.

order of calls 3

The last type of endpoint are used to view or modify Consent Collections that were created in previous steps.

order of calls 4