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 payments, specifically allowing you to update existing bank billet payment records. It is useful in scenarios where you need to modify details of a bank billet payment after its creation, such as correcting information or updating payment status.

Practical examples include:

  • Updating the amount or due date of a bank billet payment.
  • Changing metadata or custom fields associated with a payment.
  • Adjusting payment details based on external events or reconciliations.

Properties

Name Meaning
ID The unique identifier of the bank billet payment resource to update.
Request Body A JSON object representing the fields and values to update in the bank billet payment.
Additional Fields Optional JSON object with extra fields for the request (not typically used in update).

Output

The node outputs a JSON object representing the updated bank billet payment resource as returned by the Kobana API. This output includes all relevant details of the payment after the update operation has been applied.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Kobana API.
  • The node automatically selects the API base URL depending on whether the environment is set to production or sandbox.
  • No additional external dependencies are required beyond the Kobana API access.

Troubleshooting

  • Invalid ID: If the provided ID does not correspond to an existing bank billet payment, the API will return an error. Verify that the ID is correct.
  • Malformed JSON in Request Body: The "Request Body" must be valid JSON. Errors parsing this field will cause the node to fail. Use proper JSON formatting.
  • Insufficient Permissions: Ensure the API key used has permissions to update bank billet payments.
  • API Environment Mismatch: Confirm that the environment setting (production vs sandbox) matches the intended API endpoint and credentials.
  • Network Issues: Connectivity problems to the Kobana API endpoints can cause failures; check network access and proxy settings if applicable.

Links and References

Discussion