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 interact with financial providers, specifically allowing users to retrieve multiple financial provider records. The "Get Many" operation under the "Financial > Providers" resource fetches a list of financial providers, supporting pagination and query customization.
Common scenarios for this node include:
- Retrieving a list of financial providers to display or process in workflows.
- Filtering financial providers based on specific query parameters.
- Automating financial data aggregation from multiple providers.
Practical example:
- A user wants to fetch all available financial providers to synchronize them with an internal system or to generate reports about provider availability and status.
Properties
| Name | Meaning |
|---|---|
| Return All | Whether to return all results or only up to a given limit. |
| Limit | Maximum number of results to return (applicable if "Return All" is false). |
| Additional Fields | JSON object with additional fields for the request (optional extra parameters). |
| Query Parameters | JSON object with query parameters to filter or customize the list request. |
Output
The output is a JSON array where each item represents a financial provider object as returned by the Kobana API. The structure of each provider object depends on the API response but typically includes details such as provider ID, name, and other metadata.
No binary data output is indicated for this operation.
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 required beyond the Kobana API access.
Troubleshooting
Common issues:
- Authentication errors due to missing or invalid API credentials.
- Exceeding rate limits imposed by the Kobana API.
- Invalid JSON in "Additional Fields" or "Query Parameters" causing request failures.
- Requesting more items than allowed by the API limit.
Error messages:
- Errors related to authentication will indicate invalid or missing credentials; ensure the API key is correctly configured.
- JSON parsing errors may occur if the input JSON for additional fields or query parameters is malformed; validate JSON syntax before use.
- If the node returns partial data or fewer items than expected, check the "Return All" and "Limit" settings.
Links and References
- Kobana API Documentation (official API docs for detailed resource and operation info)
- n8n Documentation on HTTP Request Node (for understanding underlying request mechanics)
