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 provides integration with the Kobana API, enabling users to perform various operations on payment utilities and other financial resources. Specifically, for the Payment > Utilities resource with the Get operation, it retrieves detailed information about a specific utility payment by its unique ID.
Common scenarios where this node is beneficial include:
- Fetching details of a particular utility payment to verify status or amounts.
- Integrating utility payment data into workflows for reporting or further processing.
- Automating retrieval of payment information as part of larger financial automation pipelines.
For example, a user might use this node to get the status and details of a utility bill payment made through Kobana, then trigger notifications or update records in their accounting system based on the retrieved data.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the utility payment resource to retrieve. This is required for the Get operation. |
Output
The node outputs JSON data representing the utility payment resource fetched from the Kobana API. The structure corresponds to the API's response for a utility payment, typically including fields such as payment ID, amount, status, due date, payer information, and other relevant metadata.
No binary data output is indicated for this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n, which includes necessary authentication tokens or API keys.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- Network access to the Kobana API endpoints is required.
Troubleshooting
- Missing or invalid ID: The "ID" property is mandatory for the Get operation. Omitting it or providing an incorrect ID will result in an error from the API indicating that the resource was not found.
- Authentication errors: Ensure that the Kobana API credentials are correctly set up and valid. Authentication failures will prevent successful API calls.
- API endpoint issues: If the API base URL or version changes, the node may fail. Verify that the environment setting matches your intended usage (sandbox vs production).
- JSON parsing errors: Input properties expecting JSON (not applicable here for Get) must be well-formed; otherwise, the node will throw parsing errors.
Links and References
- Kobana API Documentation (general reference for API endpoints and data structures)
- n8n documentation on Using Credentials
- n8n documentation on HTTP Request Node (for understanding underlying request mechanics)
Note: This summary focuses exclusively on the Payment > Utilities resource with the Get operation as requested.
