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 provides integration with the Kobana API, enabling users to perform various operations on financial commands and other related resources. Specifically, for the Financial > Commands resource with the Get operation, it allows retrieving detailed information about a specific financial command by its unique ID.
Common scenarios where this node is beneficial include:
- Fetching details of a particular financial command for auditing or reporting.
- Integrating Kobana financial data retrieval into automated workflows.
- Using the retrieved command data to trigger further processing or notifications.
For example, a user might want to get the status and details of a payment command by providing its ID, then use that data to update their internal systems or notify stakeholders.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the financial command resource to retrieve. This is a required string input. |
Output
The node outputs a JSON object representing the financial command resource fetched from the Kobana API. The structure of this JSON corresponds directly to the API response for the requested command, typically including fields such as command ID, status, timestamps, amounts, and related metadata.
If multiple items were processed (in batch mode), the output will be an array of such JSON objects, each corresponding to an input item.
The node does not output binary data.
Dependencies
- Requires an active Kobana API credential configured in n8n, which includes authentication details necessary to access the Kobana API.
- 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 result in an error. Ensure the ID is correct and corresponds to an existing financial command.
- Authentication errors: If the API credentials are missing, invalid, or expired, the node will fail to authenticate. Verify the Kobana API credential configuration.
- API environment mismatch: The node uses different URLs for production and sandbox environments. Make sure the credential environment matches the intended API endpoint.
- Network or API errors: Temporary network issues or API downtime can cause request failures. Retrying after some time or checking the Kobana service status may help.
- JSON parsing errors: When providing additional JSON parameters (not applicable for this simple Get operation), ensure valid JSON syntax.
Links and References
- Kobana API Documentation (official API docs for detailed resource schemas and endpoints)
- n8n documentation on Using Credentials
- n8n community forums for Kobana integration discussions
This summary focuses on the Financial > Commands resource with the Get operation, describing how to retrieve a financial command by its ID using the Kobana API within n8n.
