Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node integrates with the Kobana API to manage PIX payment batches, specifically allowing users to retrieve detailed information about a specific PIX batch by its ID. It is useful in financial automation workflows where you need to fetch and process data related to PIX payment batches, such as reconciliation, reporting, or triggering downstream processes based on batch status or contents.

For example, a user might use this node to:

  • Retrieve details of a PIX payment batch to verify its processing status.
  • Fetch batch metadata for auditing or logging purposes.
  • Use batch information to trigger notifications or further payment processing steps.

Properties

Name Meaning
ID The unique identifier of the PIX batch resource to retrieve. This property is required and must be provided to get the specific batch details.

Output

The node outputs a JSON object representing the PIX batch details retrieved from the Kobana API. The structure typically includes all relevant batch information such as batch ID, creation date, status, list of payments included, totals, and other metadata provided by the API.

If the API supports binary data for this resource (not indicated here), it would be summarized accordingly, but in this case, the output is purely JSON data describing the batch.

Dependencies

  • Requires an active Kobana API credential configured in n8n with appropriate permissions to access PIX batch resources.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • No additional external dependencies are needed beyond the Kobana API access.

Troubleshooting

  • Missing or invalid ID: Since the ID property is required, omitting it or providing an incorrect ID will result in an error. Ensure the ID corresponds to an existing PIX batch.
  • Authentication errors: If the API key or credentials are invalid or expired, the request will fail. Verify that the Kobana API credential is correctly set up and has necessary permissions.
  • Network or API availability issues: Temporary network failures or Kobana API downtime can cause errors. Retry after some time or check the API status.
  • Unexpected response format: If the API changes or returns unexpected data, the node may not parse it correctly. Check the API documentation or update the node if needed.

Links and References


This summary focuses on the "Payment > PIX Batches" resource with the "Get" operation, extracting relevant input properties and behavior from the provided source code and property definitions.

Discussion