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 DARF (Documento de Arrecadação de Receitas Federais) payments and related financial operations. Specifically, the Payment > DARFs resource with the Get Many operation allows users to retrieve multiple DARF payment records from their Kobana account.
Typical use cases include:
- Fetching a list of DARF payments for reporting or reconciliation.
- Automating workflows that require processing or analyzing multiple DARF payment entries.
- Integrating DARF payment data into other systems or dashboards.
For example, a finance team could use this node to pull all DARF payments made within a certain period to verify tax compliance or generate summaries.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all DARF payment results or limit the number of returned items. |
| Limit | Maximum number of DARF payment results to return when "Return All" is false (1 to 100). |
| Additional Fields | JSON object containing additional fields to customize the request (optional). |
| Query Parameters | JSON object with query parameters to filter or modify the retrieval of DARF payments. |
Details on properties:
- Return All: If set to true, the node fetches all available DARF payment records without limiting the count.
- Limit: When "Return All" is false, this limits the number of DARF payments retrieved, useful for pagination or controlling data volume.
- Additional Fields: Allows passing extra parameters in JSON format to extend or customize the API request.
- Query Parameters: Enables filtering or specifying query parameters as a JSON object, such as date ranges, status filters, or sorting options supported by the API.
Output
The node outputs an array of JSON objects representing DARF payment records retrieved from the Kobana API. Each item corresponds to one DARF payment entry with its associated details as provided by the API.
The output structure includes typical payment information such as IDs, amounts, dates, statuses, and any other fields returned by the API.
No binary data output is involved in 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 additional external dependencies are required beyond the Kobana API access.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Incorrectly formatted JSON in "Additional Fields" or "Query Parameters" can lead to request errors.
- Exceeding API rate limits may result in temporary blocking or error responses.
- Requesting too many records without enabling "Return All" might truncate results unexpectedly.
Error messages:
- Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
- JSON parsing errors suggest malformed JSON input in properties; ensure valid JSON syntax.
- API response errors may include HTTP status codes and messages; consult Kobana API documentation for specific meanings.
Links and References
- Kobana API Documentation (general reference for API endpoints and parameters)
- DARF Payment Information (background on DARF payments in Brazil)
Note: This summary is based solely on static analysis of the node's source code and provided property definitions.
