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 payment bank billets (bank slips). Specifically, the Payment > Bank Billets resource with the Create operation allows users to create new bank slips programmatically. This is useful in financial workflows where automated generation of payment slips is required, such as billing customers, issuing invoices, or managing receivables.
Practical examples include:
- Automatically generating a bank slip when a customer places an order.
- Creating multiple bank slips in batch for subscription payments.
- Integrating with accounting systems to issue payment requests via bank slips.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the details of the bank slip to be created. This includes all necessary fields as defined by the Kobana API for creating a bank billet. It is required. |
| Additional Fields | A collection allowing the user to specify extra JSON fields that can be included in the request. This provides flexibility to add any optional or advanced parameters supported by the API. |
Output
The node outputs the JSON response returned by the Kobana API after creating the bank slip. This typically includes details about the newly created bank billet such as its ID, status, amount, due date, and other metadata.
If the API supports binary data for this operation (e.g., PDF of the bank slip), it would be included in the output; however, based on the static code analysis, this operation returns JSON data only.
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 indicated.
Troubleshooting
- Invalid JSON in Request Body or Additional Fields: Since the node expects JSON strings for the request body and additional fields, malformed JSON will cause errors. Ensure the JSON syntax is correct.
- Authentication Errors: If the API key credential is missing or invalid, the node will fail to authenticate. Verify the API key configuration.
- API Endpoint Errors: Providing incorrect or incomplete data in the request body may result in API validation errors. Consult the Kobana API documentation for required fields.
- Network Issues: Connectivity problems to the Kobana API endpoints can cause timeouts or failures. Check network access and firewall settings.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- n8n Documentation on Creating Custom Nodes (for understanding node development concepts)
Note: The above summary is based solely on static analysis of the provided source code and property definitions.
