Actions46
- Attachment Actions
- Attachments in a Transaction Actions
- Beneficiary Actions
- Card Actions
- Client Actions
- Client Invoice Actions
- Credit Note Actions
- External Transfer Actions
- Insurance Contract Actions
- Internal Transaction Actions
- Label Actions
- Membership Actions
- Organization Actions
- Request Actions
- Statement Actions
- Supplier Invoice Actions
- Team Actions
- Transaction Actions
Overview
This node integrates with the Qonto API to retrieve detailed information about a specific financial statement. The "Show Statement" operation under the "Statement" resource fetches a single statement by its unique identifier. This is useful for scenarios where you need to access or verify details of a particular bank statement, such as auditing transactions, reconciling accounts, or generating reports based on statement data.
Practical examples include:
- Fetching a statement to review all transactions within a given period.
- Accessing statement metadata for compliance or bookkeeping purposes.
- Integrating statement data into other financial workflows or dashboards.
Properties
Name | Meaning |
---|---|
Authentication | Method used to authenticate with the Qonto API. Options: "Login and Secret-Key", "OAuth2". |
Statement ID | The unique identifier of the statement to be fetched. Required to specify which statement to retrieve. |
Output
The node outputs JSON data representing the requested statement's details as returned by the Qonto API. This typically includes all relevant fields of the statement such as dates, amounts, status, and associated transactions or metadata.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the Qonto API.
- Requires authentication credentials configured in n8n, either via login and secret key or OAuth2.
- Uses helper functions from bundled dependencies to make authenticated HTTP requests to Qonto endpoints.
Troubleshooting
- Missing or invalid Statement ID: Ensure the Statement ID property is correctly set and corresponds to an existing statement in your Qonto account.
- Authentication errors: Verify that the provided authentication method and credentials are valid and have sufficient permissions to access statements.
- API request failures: Network issues or API rate limits may cause errors; check connectivity and Qonto API status.
- Unexpected response format: If the API changes, the node might not parse responses correctly; updating the node or checking API documentation may help.
Links and References
- Qonto API Documentation
- Qonto Statements Endpoint (for detailed API reference)