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 enables interaction with the Kobana API specifically for managing DARF (Documento de Arrecadação de Receitas Federais) payments under the "Payment > DARFs" resource. The "Create" operation allows users to create a new DARF payment by sending a JSON request body with the necessary payment details.
Typical use cases include automating tax payment processes, integrating DARF payment creation into financial workflows, or batch processing multiple DARF payments programmatically.
For example, a user can configure this node to create a DARF payment by providing the required payment information in JSON format, which the node then sends to the Kobana API to register the payment.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the DARF payment details to be created. This is required. |
| Additional Fields | Optional JSON object with extra fields to customize the request further if needed. |
Output
The node outputs the JSON response returned by the Kobana API after creating the DARF payment. This typically includes details of the newly created DARF payment such as its ID, status, amount, due date, and other relevant metadata.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the Kobana API.
- The node automatically selects the API base URL depending on the environment (production or sandbox).
- No additional external dependencies are required beyond the Kobana API access.
Troubleshooting
- Invalid JSON in Request Body: If the JSON provided in the "Request Body" property is malformed, the node will throw a parsing error. Ensure the JSON syntax is correct.
- Authentication Errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify that the API key is correctly configured in n8n credentials.
- API Errors: The Kobana API may return errors if required fields are missing or invalid in the request body. Review the API documentation for required fields and validate your input accordingly.
- Network Issues: Connectivity problems to the Kobana API endpoints can cause failures. Check network access and firewall settings.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- DARF Payment API Reference (specific details about DARF payment creation)
Note: The above summary is based solely on static analysis of the provided source code and property definitions.
