Upload an attachment to a transaction
OAuth scope: attachment.write
Uploads a single attachment (JPEG, PNG or PDF) to 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.
The uploaded file will be processed in the background. This means that the created attachment will not be visible immediately.
Authorizations
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.
Headers
The API supports idempotency for safely retrying requests without accidentally performing the same operation twice.
"4668aec5-4e9c-4a41-b6d1-fc3c13c70dd5"
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
"2751a41c-c17f-43f7-bd18-04efa6cd8e30"
Body
The body is of type object
.
Response
Accepts the file and returns a success status code.