Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage TED transfer batches, specifically allowing users to retrieve detailed information about a particular TED batch by its ID. It is useful in financial workflows where you need to track or verify the status and details of TED (Electronic Transfer Document) batches used for transferring funds between banks in Brazil.

Practical examples include:

  • Fetching the status and details of a specific TED batch after initiating transfers.
  • Auditing or reconciling TED batch transactions in automated financial processes.
  • Integrating TED batch data into reporting or notification systems.

Properties

Name Meaning
ID The unique identifier of the TED batch resource to retrieve. This is required to specify which TED batch's information should be fetched.

Output

The node outputs JSON data representing the TED batch details as returned by the Kobana API. This typically includes all relevant fields describing the batch such as batch ID, status, creation date, list of transfers included, amounts, and other metadata related to the TED batch.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • Proper configuration of the Kobana API credentials within n8n is necessary.

Troubleshooting

  • Common issues:
    • Invalid or missing ID parameter will cause the request to fail.
    • Authentication errors if the API key credential is not set up correctly.
    • Network or connectivity issues when reaching the Kobana API endpoints.
  • Error messages:
    • Errors from the Kobana API will be returned in the output JSON under an error field if "Continue On Fail" is enabled.
    • Typical HTTP errors like 401 Unauthorized indicate credential problems.
    • 404 Not Found may indicate that the specified TED batch ID does not exist.
  • Resolutions:
    • Ensure the ID is correctly provided and corresponds to an existing TED batch.
    • Verify API credentials and permissions.
    • Check network access and endpoint URLs.

Links and References

Discussion