OAuth scope: organization.read
Retrieves all the attachments for the transaction identified by the id path parameter.
In the Qonto app, attachments are files uploaded onto transactions by users. Attachments typically correspond to the invoice or receipt, and are used to justify the transactions from a bookkeeping standpoint.
You can retrieve the IDs of those attachments inside each transaction object, by calling GET /v2/transactions.
Probative attachment is another version of attachment, compliant with PAdES standard.
If you download the file using curl, replace the \\u0026 references by & in the url string.
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
"aab86d8a-0d4c-4749-9a49-0ada88a9c423"
Returns the list of attachments for the transaction identified by the id path parameter.