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
This node integrates with the Kobana API to manage various financial and administrative resources. Specifically, for the V1 > Installments resource with the Get operation, it retrieves detailed information about a specific installment by its unique ID. This is useful in scenarios where you need to fetch the current status, payment details, or metadata of an installment within a billing or subscription system.
Practical examples include:
- Retrieving installment details to display on a customer portal.
- Verifying installment status before processing payments.
- Auditing installment data for reporting or reconciliation purposes.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the installment resource to retrieve. This is a required string input. |
Output
The node outputs a JSON object representing the installment resource fetched from the Kobana API. The structure typically includes all relevant fields of the installment such as its ID, amount, due date, status, payment history, and any other metadata provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n for authentication.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- Network connectivity to the Kobana API endpoints is necessary.
Troubleshooting
Common issues:
- Invalid or missing ID parameter will cause the API request to fail.
- Authentication errors if the Kobana API credential is not set up correctly.
- Network or API downtime may result in request failures.
Error messages:
"Resource not found": The specified installment ID does not exist. Verify the ID."Unauthorized"or"Authentication failed": Check that the API credentials are valid and have proper permissions."Invalid JSON": If custom JSON inputs are malformed (not applicable here since only ID is used).
To resolve these, ensure the ID is correct, credentials are properly configured, and the API service is reachable.
Links and References
- Kobana API Documentation (general reference for API endpoints and data structures)
- n8n documentation on creating custom nodes
