Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage financial transaction imports, specifically allowing users to update existing transaction import records. It is useful in scenarios where imported financial transactions need correction or additional data after initial import. For example, if a transaction import record was created with incomplete or incorrect details, this node can update that record by sending a JSON request body with the new information.

Properties

Name Meaning
ID The unique identifier of the transaction import resource to update (required).
Request Body A JSON object representing the fields and values to update in the transaction import.
Additional Fields Optional JSON object for any extra fields to include in the request (not typically used here).

Output

The node outputs the JSON response from the Kobana API after performing the update operation on the transaction import. This JSON contains the updated transaction import data as returned by the API. The output is structured as an array of JSON objects, each corresponding to an input item processed.

No binary data output is produced by this node.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node dynamically selects the API base URL depending on whether the environment is production or sandbox.
  • No other external dependencies are required.

Troubleshooting

  • Invalid ID: If the provided ID does not correspond to an existing transaction import, the API will likely return an error. Verify the ID is correct.
  • Malformed JSON in Request Body: The "Request Body" must be valid JSON. Invalid JSON syntax will cause parsing errors before the request is sent.
  • Authentication Errors: Ensure the API key credential is correctly configured and has permissions to update transaction imports.
  • API Environment Mismatch: Using the wrong environment setting (production vs sandbox) may cause unexpected results or failures.
  • Continue On Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error details in the output.

Links and References

Discussion