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 query bank billet (bank slip) data, specifically supporting the "Get Many" operation under the resource "Data > Bank Billet Queries". It allows users to retrieve multiple bank billet records in bulk, which is useful for financial reconciliation, reporting, or batch processing scenarios.
Typical use cases include:
- Fetching a list of bank billets filtered by various query parameters.
- Retrieving all available bank billets or limiting the number of results returned.
- Integrating bank billet data into workflows for accounting, auditing, or customer notifications.
For example, a user might want to get all bank billets issued within a certain date range or only the first 50 records matching specific criteria.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all matching bank billet records or limit the number of results. |
| Limit | Maximum number of bank billet records to return if not returning all (1 to 100). |
| Additional Fields | JSON object with additional fields to customize the request (optional advanced options). |
| Query Parameters | JSON object containing query parameters to filter or modify the retrieval of bank billets. |
Output
The node outputs an array of JSON objects representing bank billet records retrieved from the Kobana API. Each item corresponds to one bank billet and contains its details as provided by the API.
If the API supports binary data for this resource (not indicated here), it would be summarized accordingly, but this node primarily returns structured JSON data about bank billets.
Dependencies
- Requires an API key credential for authenticating with the Kobana API.
- The node dynamically selects the API base URL depending on whether the environment is production or sandbox.
- No other 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" can cause request errors.
- Exceeding the maximum allowed limit (over 100) will likely result in validation errors.
- Network connectivity issues may prevent successful API calls.
Error Messages:
- Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
- JSON parsing errors suggest incorrect formatting in input fields; ensure valid JSON syntax.
- Rate limiting or quota exceeded errors require checking API usage limits and possibly adjusting request frequency.
Links and References
- Kobana API Documentation (general reference for endpoints and parameters)
- n8n documentation on Using Credentials
- JSON formatting guides for constructing valid query and additional fields inputs
