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 billets (bank slips) and other related resources. Specifically, the V1 > Bank Billets - Get Many operation retrieves multiple bank billets from the Kobana system. It supports fetching either all available bank billets or a limited subset based on user-defined parameters.
This operation is useful in scenarios where you need to:
- Retrieve a list of bank billets for reporting or reconciliation.
- Fetch recent or filtered bank billets for further processing or automation.
- Integrate Kobana bank billet data into other systems or workflows.
For example, you might use this node to get all bank billets issued in the last month or to retrieve a limited number of recent bank billets for quick review.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all bank billets or only up to a specified limit. |
| Limit | The maximum number of bank billets to return when "Return All" is false (1 to 100). |
| Additional Fields | JSON object with additional fields to include in the request (customizes the API call). |
| Query Parameters | JSON object with query parameters to filter or modify the list request (e.g., filters). |
Output
The node outputs an array of JSON objects representing bank billets. Each object corresponds to a bank billet with its associated data as returned by the Kobana API.
- The
jsonoutput field contains the bank billets data. - No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for Kobana API authentication.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- No additional external dependencies are required.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing malformed JSON in "Additional Fields" or "Query Parameters" may cause request errors.
- Requesting more than 100 items when "Return All" is false will be rejected due to API limits.
Error messages:
- Authentication errors typically indicate invalid or missing API keys.
- JSON parsing errors suggest incorrect formatting in input fields.
- API rate limits or server errors may occur if too many requests are made in a short time.
Resolutions:
- Verify and configure the correct API key credential.
- Ensure JSON inputs are valid and properly formatted.
- Use "Return All" judiciously to avoid large data loads; use "Limit" to control result size.
Links and References
- Kobana API Documentation (general reference for endpoints and parameters)
- n8n documentation on Using Credentials
- JSON validation tools for checking input correctness (e.g., https://jsonlint.com/)
