Kobana icon

Kobana

Interact with Kobana API - Quick access to common operations

Actions215

Overview

This node provides integration with the Kobana API, enabling users to perform various operations on financial and payment-related resources. Specifically, for the Transfer > PIX resource with the Get operation, the node retrieves detailed information about a specific PIX transfer by its unique ID.

This functionality is useful in scenarios where you need to fetch the status or details of a PIX transfer transaction, such as verifying if a transfer was successful, checking transfer metadata, or auditing transactions.

Practical example:

  • After initiating a PIX transfer, use this node to get the transfer details by providing the transfer ID, allowing you to confirm the transfer's completion and retrieve associated data like timestamps, amounts, and recipient info.

Properties

Name Meaning
ID The unique identifier of the PIX transfer resource to retrieve. This is required to specify which transfer to get.

Output

The node outputs the JSON response from the Kobana API representing the PIX transfer details. The structure typically includes fields such as transfer ID, amount, sender and receiver information, timestamps, status, and other relevant metadata about the PIX transfer.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • 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

  • Common issues:

    • Providing an invalid or non-existent transfer ID will likely result in an error from the API indicating the resource was not found.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues can prevent the node from reaching the Kobana API endpoint.
  • Error messages:

    • "Resource not found" or similar indicates the provided ID does not correspond to any existing PIX transfer.
    • Authentication errors suggest checking the API key credential configuration.
    • JSON parsing errors may occur if input parameters are malformed; ensure the ID is a valid string.

Links and References

Discussion