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 interacts with the Kobana API to manage bank billet discharges, specifically allowing you to create new bank billet discharge records. Bank billet discharges are typically used in financial workflows to record or process the settlement or cancellation of bank slips (boletos). This operation is useful for automating the management of payment discharges, reconciling payments, or updating the status of bank billets in bulk or individually.
Practical examples include:
- Automatically creating a discharge record when a payment is confirmed.
- Integrating with accounting systems to update the status of bank billets.
- Automating batch processing of multiple bank billet discharges based on external triggers.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the request body to create a bank billet discharge. This must be provided and contains all necessary fields as per the Kobana API specification for creating a discharge. |
| Additional Fields | A JSON object with additional optional fields for the request. This allows extending the request with extra parameters supported by the API but not explicitly exposed as separate properties. |
Output
The node outputs the JSON response returned by the Kobana API after creating the bank billet discharge. This output typically includes details about the newly created discharge such as its ID, status, timestamps, and any other metadata returned by the API.
No binary data output is indicated for 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 whether the environment is production or sandbox.
- The request uses standard HTTP methods and JSON payloads to communicate with the Kobana API.
Troubleshooting
- Invalid JSON in Request Body or Additional Fields: If the JSON provided in the "Request Body" or "Additional Fields" is malformed, the node will throw a parsing error. Ensure that the JSON syntax is correct.
- Authentication Errors: If the API key or credentials are missing or invalid, the node will fail to authenticate. Verify that the Kobana API credential is correctly set up in n8n.
- API Endpoint Errors: If required fields are missing or incorrect in the request body, the API may return validation errors. Review the Kobana API documentation for required fields when creating a bank billet discharge.
- Network Issues: Connectivity problems to the Kobana API endpoints can cause timeouts or failures. Check network access and firewall settings if requests fail repeatedly.
Links and References
- Kobana API Documentation (Please replace with the actual URL if available)
- n8n Documentation on Creating Custom Nodes
- General information on Bank Billets (Boletos)
