Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage utility payment batches within a payment system. Specifically, the Payment > Utility Batches resource with the Create operation allows users to create new batches of utility payments programmatically.

Typical use cases include:

  • Automating the creation of grouped utility bill payments for customers.
  • Streamlining batch processing of multiple utility payments in financial workflows.
  • Integrating utility payment batch creation into larger automation pipelines for billing or accounting.

For example, a company could use this node to automatically generate a batch of utility payments every month by providing the necessary payment details in JSON format, reducing manual effort and errors.

Properties

Name Meaning
Additional Fields A JSON object containing any extra fields to include in the request beyond the required body. This allows customization of the API call with optional parameters.
Request Body The main JSON payload representing the utility batch details to be created. This is required and must contain all necessary data as per the Kobana API specification for creating utility payment batches.

Output

The node outputs the JSON response returned by the Kobana API after creating the utility payment batch. This typically includes details about the newly created batch such as its ID, status, included payments, timestamps, and other metadata.

No binary data output is indicated for 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 whether the environment is production or sandbox.
  • The node uses HTTP requests authenticated via the provided Kobana API credentials.

Troubleshooting

  • Invalid JSON in Request Body or Additional Fields: Since the node expects JSON strings for these inputs, malformed JSON will cause parsing errors. Ensure that the JSON syntax is correct before running the node.
  • Authentication Errors: If the Kobana API credentials are missing, invalid, or lack required permissions, the node will fail to authenticate. Verify the API key/token and its access rights.
  • API Endpoint or Parameter Errors: Providing incorrect or incomplete data in the request body may result in API errors. Consult the Kobana API documentation for required fields and valid values.
  • Network Issues: Connectivity problems to the Kobana API endpoints (production or sandbox) can cause timeouts or failures. Check network settings and endpoint availability.

Links and References

Discussion