Actions215
- V1 > Bank Billets Actions
- V1 > Bank Billet Accounts Actions
- V1 > Bank Billet Batches Actions
- V1 > Bank Billet Batch Exports Actions
- V1 > Bank Billet Discharges Actions
- V1 > Bank Billet Payments Actions
- V1 > Bank Billet Registrations Actions
- V1 > Bank Billet Remittances Actions
- V1 > Customers Actions
- V1 > Customer Subscriptions Actions
- V1 > Discharges Actions
- V1 > Email Deliveries Actions
- V1 > Events Actions
- V1 > Imports Actions
- V1 > Installments Actions
- V1 > Remittances Actions
- V1 > Reports Actions
- V1 > SMS Deliveries Actions
- V1 > User Info Actions
- V1 > Webhook Deliveries Actions
- V1 > Webhooks Actions
- Admin > Users Actions
- Admin > Connections Actions
- Admin > Certificates Actions
- Admin > Subaccounts Actions
- Charge > PIX Actions
- Charge > PIX Accounts Actions
- Data > Bank Billet Queries Actions
- EDI > EDI Boxes Actions
- Financial > Accounts Actions
- Financial > Balances Actions
- Financial > Commands Actions
- Financial > Statement Transactions Actions
- Financial > Transaction Imports Actions
- Financial > Providers Actions
- Payment > Bank Billets Actions
- Payment > Bank Billet Batches Actions
- Payment > Batches Actions
- Payment > DARFs Actions
- Payment > DARF Batches Actions
- Payment > PIX Actions
- Payment > PIX Batches Actions
- Payment > Utilities Actions
- Payment > Utility Batches Actions
- Transfer > Batches Actions
- Transfer > Internal Actions
- Transfer > Internal Batches Actions
- Transfer > PIX Actions
- Transfer > PIX Batches Actions
- Transfer > TED Actions
- Transfer > TED Batches Actions
Overview
This node allows you to interact with the Kobana API, specifically to manage financial transaction imports among many other resources. The "Financial > Transaction Imports" resource with the "Get" operation enables you to retrieve details of a specific transaction import by its ID.
Common scenarios where this node is beneficial include:
- Fetching detailed information about a particular imported financial transaction for reconciliation or auditing.
- Integrating Kobana's financial data into your workflows for reporting or further processing.
- Automating retrieval of transaction import data as part of larger financial automation pipelines.
Practical example:
- You have imported bank transactions into Kobana and want to fetch the details of a specific import to verify its status or contents within an automated workflow.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the transaction import resource to retrieve. This is required to specify which transaction import to get. |
Output
The output is a JSON object representing the retrieved transaction import resource from Kobana. It contains all the details provided by the Kobana API for that specific transaction import, such as metadata, status, timestamps, and any associated financial data.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Kobana API authentication.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- No additional external dependencies are needed beyond the Kobana API access.
Troubleshooting
- Missing or invalid ID: Since the ID property is required, omitting it or providing an incorrect ID will cause errors. Ensure the ID is correct and corresponds to an existing transaction import.
- Authentication errors: If the API key credential is missing, invalid, or lacks permissions, the request will fail. Verify the API key and its permissions.
- Network or API endpoint issues: The node switches between production and sandbox URLs based on credentials. Confirm the environment setting matches your intended usage.
- API rate limits or downtime: If the Kobana API is unavailable or rate-limited, requests may fail temporarily. Retry after some time or check API status.
Error messages typically include HTTP error codes and descriptive messages from the Kobana API. Review these messages to identify issues like unauthorized access, not found resources, or malformed requests.
Links and References
- Kobana API Documentation (official API docs for detailed resource schemas and endpoints)
- n8n documentation on Using API Credentials for configuring the Kobana API key credential
