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 allows you to interact with the Kobana API specifically for managing DARF payment batches under the "Payment > DARF Batches" resource. The "Get" operation retrieves detailed information about a specific DARF batch by its unique ID.
Typical use cases include:
- Fetching details of a DARF payment batch to verify its status or contents.
- Integrating with financial workflows where you need to programmatically access batch payment data.
- Automating reporting or reconciliation processes involving DARF payments.
Example: You have a DARF batch ID and want to retrieve all associated payment information to confirm processing before generating reports or triggering further actions.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the DARF batch to retrieve. This is a required string input. |
Output
The node outputs JSON data representing the retrieved DARF batch details from the Kobana API. The structure typically includes all relevant fields describing the batch, such as batch metadata, payment entries, statuses, timestamps, and other related information returned by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n with appropriate permissions.
- 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
- Missing or invalid ID: The "ID" property is required. If omitted or incorrect, the API will likely return an error indicating the resource was not found.
- Authentication errors: Ensure the Kobana API credential is valid and has access rights to query DARF batches.
- API endpoint unreachable: Check network connectivity and whether the correct environment (sandbox vs production) is selected.
- Unexpected API response: If the API changes or returns unexpected data, verify the node version compatibility and update if needed.
Common error messages may include:
- "Resource not found" — check that the ID is correct.
- "Unauthorized" or "Authentication failed" — verify API credentials.
- "Request timeout" or "Network error" — check internet connection and API availability.
Links and References
- Kobana API Documentation (general reference for API endpoints and data structures)
- n8n documentation on Using Credentials
- n8n community forums for troubleshooting and examples
