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 and administrative resources managed by Kobana. Specifically, for the Transfer > Internal resource with the Get operation, the node retrieves details of an internal transfer by its unique ID.
Typical use cases include:
- Fetching detailed information about a specific internal transfer within an organization’s financial system.
- Automating workflows that require verification or processing of internal transfers.
- Integrating Kobana's internal transfer data into broader business processes or reporting tools.
Example: A finance team could use this node to automatically retrieve the status and details of an internal transfer by providing its ID, then trigger further actions based on the transfer’s state.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the internal transfer to retrieve. This is a required string input. |
Output
The node outputs a JSON object representing the internal transfer resource retrieved from the Kobana API. The structure corresponds to the API response for an internal transfer, typically including fields such as transfer amount, source and destination accounts, status, timestamps, and other metadata.
If the node supports binary data output (not indicated in this case), it would be summarized here; however, this node returns only JSON data.
Dependencies
- Requires an active Kobana API credential configured in n8n, which includes necessary authentication tokens or API keys.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- No additional external dependencies are required beyond the Kobana API access.
Troubleshooting
Common issues:
- Providing an invalid or non-existent ID will likely result in an error from the Kobana API indicating the resource was not found.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity problems can prevent successful API calls.
Error messages:
"Resource not found"or similar indicates the provided ID does not correspond to any internal transfer.- Authentication errors suggest checking the API key or token validity.
- JSON parsing errors may occur if the input body or parameters are malformed (less relevant for the Get operation).
Resolutions:
- Verify the correctness of the ID input.
- Ensure the Kobana API credential is properly set up and has the required permissions.
- Check network connectivity and API endpoint accessibility.
Links and References
- Kobana API Documentation (general reference for API endpoints and data structures)
- n8n documentation on Using Credentials
- n8n documentation on HTTP Request Node (for understanding underlying request mechanics)
