Actions215
- V1 > Bank Billets Actions
- V1 > Bank Billet Accounts Actions
- V1 > Bank Billet Batches Actions
- V1 > Bank Billet Batch Exports Actions
- V1 > Bank Billet Discharges Actions
- V1 > Bank Billet Payments Actions
- V1 > Bank Billet Registrations Actions
- V1 > Bank Billet Remittances Actions
- V1 > Customers Actions
- V1 > Customer Subscriptions Actions
- V1 > Discharges Actions
- V1 > Email Deliveries Actions
- V1 > Events Actions
- V1 > Imports Actions
- V1 > Installments Actions
- V1 > Remittances Actions
- V1 > Reports Actions
- V1 > SMS Deliveries Actions
- V1 > User Info Actions
- V1 > Webhook Deliveries Actions
- V1 > Webhooks Actions
- Admin > Users Actions
- Admin > Connections Actions
- Admin > Certificates Actions
- Admin > Subaccounts Actions
- Charge > PIX Actions
- Charge > PIX Accounts Actions
- Data > Bank Billet Queries Actions
- EDI > EDI Boxes Actions
- Financial > Accounts Actions
- Financial > Balances Actions
- Financial > Commands Actions
- Financial > Statement Transactions Actions
- Financial > Transaction Imports Actions
- Financial > Providers Actions
- Payment > Bank Billets Actions
- Payment > Bank Billet Batches Actions
- Payment > Batches Actions
- Payment > DARFs Actions
- Payment > DARF Batches Actions
- Payment > PIX Actions
- Payment > PIX Batches Actions
- Payment > Utilities Actions
- Payment > Utility Batches Actions
- Transfer > Batches Actions
- Transfer > Internal Actions
- Transfer > Internal Batches Actions
- Transfer > PIX Actions
- Transfer > PIX Batches Actions
- Transfer > TED Actions
- Transfer > TED Batches Actions
Overview
The node interacts with the Kobana API to manage installment resources, specifically supporting the "Update" operation for installments in version 1 of the API. This operation allows users to update an existing installment by specifying its ID and providing a JSON request body with the fields to be updated.
This node is beneficial in scenarios where you need to programmatically modify installment details such as payment terms, amounts, due dates, or other relevant data managed by the Kobana system. For example, you might use it to adjust an installment's amount after a partial payment or to change the due date based on customer requests.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the installment resource to update. |
| Request Body | A JSON object containing the fields and values to update in the installment resource. |
| Additional Fields | (Optional) A JSON object with extra fields for the request; can include any additional parameters supported by the API. |
Output
- The output
jsonfield contains the response from the Kobana API after updating the installment. - The structure corresponds to the updated installment resource as returned by the API, typically including updated fields reflecting the changes made.
- 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 other external dependencies are required.
Troubleshooting
Common Issues:
- Invalid or missing installment ID will cause the API to return an error.
- Malformed JSON in the Request Body will result in a parsing or validation error.
- Insufficient permissions or invalid API credentials will lead to authentication errors.
- Network connectivity issues may prevent successful API calls.
Error Messages and Resolutions:
"Invalid ID"or"Resource not found": Verify that the provided installment ID exists and is correct."Invalid JSON"or"Malformed request body": Ensure the JSON in the Request Body is well-formed and matches the API schema."Unauthorized"or"Authentication failed": Check that the API key credential is correctly configured and has necessary permissions.- Timeout or network errors: Confirm network connectivity and API endpoint accessibility.
Links and References
- Kobana API Documentation (general reference for API endpoints and request/response formats)
- n8n documentation on Creating Custom Nodes (for understanding node development concepts)
If you want me to extract information about other operations or resources, please let me know!
