➖Trust
This section guides you on how to interact with our API to access bills and various documents of your users. You must have followed the steps in “Add a first user and connection” section.
Billing data
The Trust product exposes subscriptions and documents.
A "subscription" is a document container or group. The purpose may vary by connector, for example to isolate documents linked to a contract. When it is not relevant for a connector, we still simulate a single subscription matching the user account using profile information if available. For bank websites where we can return a RIB and statement documents, we create one subscription per bank account.
Subscriptions
Subscriptions are linked to a connection (they are deleted with the connection).
The subscriptions list reflect the set of subscriptions found when synchronizing with a provider, using a safe archiving rule:
when a new subscription is discovered, it is added;
Documents
Documents are linked to a subscription (they are deleted with the subscription).
We provide access to raw files of documents with the url
property, when such files are available on the website.
The file format depends on the connector: most websites provide PDF files, if they don't we expose HTML files.
Captcha
We don’t provide a list of websites asking for a captcha since it is subject to change frequently.
Last updated