Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node interacts with the Kobana API to manage bank billet discharges, specifically allowing you to create new bank billet discharge records. Bank billet discharges are typically used in financial workflows to record or process the settlement or cancellation of bank slips (boletos). This operation is useful for automating the management of payment discharges, reconciling payments, or updating the status of bank billets in bulk or individually.

Practical examples include:

  • Automatically creating a discharge record when a payment is confirmed.
  • Integrating with accounting systems to update the status of bank billets.
  • Automating batch processing of multiple bank billet discharges based on external triggers.

Properties

Name Meaning
Request Body The JSON object representing the request body to create a bank billet discharge. This must be provided and contains all necessary fields as per the Kobana API specification for creating a discharge.
Additional Fields A JSON object with additional optional fields for the request. This allows extending the request with extra parameters supported by the API but not explicitly exposed as separate properties.

Output

The node outputs the JSON response returned by the Kobana API after creating the bank billet discharge. This output typically includes details about the newly created discharge such as its ID, status, timestamps, and any other metadata returned by the API.

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 request uses standard HTTP methods and JSON payloads to communicate with the Kobana API.

Troubleshooting

  • Invalid JSON in Request Body or Additional Fields: If the JSON provided in the "Request Body" or "Additional Fields" is malformed, the node will throw a parsing error. Ensure that the JSON syntax is correct.
  • Authentication Errors: If the API key or credentials are missing or invalid, the node will fail to authenticate. Verify that the Kobana API credential is correctly set up in n8n.
  • API Endpoint Errors: If required fields are missing or incorrect in the request body, the API may return validation errors. Review the Kobana API documentation for required fields when creating a bank billet discharge.
  • Network Issues: Connectivity problems to the Kobana API endpoints can cause timeouts or failures. Check network access and firewall settings if requests fail repeatedly.

Links and References

Discussion