Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node provides integration with the Kobana API, specifically enabling management of PIX charge accounts under the "Charge > PIX Accounts" resource. The "Get" operation allows users to retrieve detailed information about a specific PIX account by its unique ID.

Typical use cases include:

  • Fetching details of a particular PIX account for reconciliation or reporting.
  • Verifying account information before processing transactions.
  • Integrating PIX account data retrieval into automated workflows for financial operations.

For example, a user can input the ID of a PIX account and get back all relevant details such as account status, associated bank information, and configuration settings.

Properties

Name Meaning
ID The unique identifier of the PIX account resource to retrieve. This is a required string property.

Output

The node outputs a JSON object representing the retrieved PIX account details from the Kobana API. The structure typically includes all fields returned by the API for a PIX account, such as account identifiers, bank details, status, and other metadata.

No binary data output is involved in this operation.

Dependencies

  • Requires an active Kobana API credential configured in n8n, which provides authentication to access the Kobana API endpoints.
  • The node dynamically selects the API base URL depending on the environment (production or sandbox).
  • Network connectivity to the Kobana API service is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing ID parameter will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network issues or Kobana API downtime may cause request failures.
  • Error messages:

    • Errors returned from the Kobana API are passed through and included in the node output if "Continue On Fail" is enabled.
    • Typical error messages include "Resource not found" if the ID does not exist, or "Unauthorized" if credentials are invalid.
  • Resolution tips:

    • Ensure the ID provided corresponds to an existing PIX account.
    • Verify that the Kobana API credentials are correctly set up and have proper permissions.
    • Check network connectivity and Kobana API status.

Links and References

Discussion