Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node allows you to interact with the Kobana API specifically for managing DARF payment batches under the "Payment > DARF Batches" resource. The "Get" operation retrieves detailed information about a specific DARF batch by its unique ID.

Typical use cases include:

  • Fetching details of a DARF payment batch to verify its status or contents.
  • Integrating with financial workflows where you need to programmatically access batch payment data.
  • Automating reporting or reconciliation processes involving DARF payments.

Example: You have a DARF batch ID and want to retrieve all associated payment information to confirm processing before generating reports or triggering further actions.

Properties

Name Meaning
ID The unique identifier of the DARF batch to retrieve. This is a required string input.

Output

The node outputs JSON data representing the retrieved DARF batch details from the Kobana API. The structure typically includes all relevant fields describing the batch, such as batch metadata, payment entries, statuses, timestamps, and other related information returned by the API.

No binary data output is involved in this operation.

Dependencies

  • Requires an active Kobana API credential configured in n8n with appropriate permissions.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • Network connectivity to the Kobana API endpoints is necessary.

Troubleshooting

  • Missing or invalid ID: The "ID" property is required. If omitted or incorrect, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Ensure the Kobana API credential is valid and has access rights to query DARF batches.
  • API endpoint unreachable: Check network connectivity and whether the correct environment (sandbox vs production) is selected.
  • Unexpected API response: If the API changes or returns unexpected data, verify the node version compatibility and update if needed.

Common error messages may include:

  • "Resource not found" — check that the ID is correct.
  • "Unauthorized" or "Authentication failed" — verify API credentials.
  • "Request timeout" or "Network error" — check internet connection and API availability.

Links and References

Discussion