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 PIX transfer batches, specifically allowing users to create new PIX transfer batches. It is useful in scenarios where you need to automate or batch multiple PIX transfers for financial operations, such as payroll, vendor payments, or mass disbursements via PIX (a Brazilian instant payment system). For example, a company can use this node to create a batch of PIX transfers to pay multiple suppliers at once, streamlining the payment process.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the request body for creating the PIX transfer batch. This must include all required fields as per the Kobana API specification for PIX batch creation. |
| Additional Fields | A JSON object with additional optional fields for the request. This allows customization beyond the mandatory request body fields. |
Output
The node outputs the JSON response from the Kobana API after creating the PIX transfer batch. This typically includes details about the created batch such as its ID, status, creation timestamp, and any other metadata returned by the API.
If the API supports binary data output (e.g., export files), it would be handled accordingly, but for the "Create" operation on PIX Batches, the output is JSON data describing the newly created batch.
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 other external dependencies are needed beyond the Kobana API access.
Troubleshooting
- Invalid JSON in Request Body: 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.
- Missing Required Fields: The API may reject requests missing mandatory fields in the request body. Verify the Kobana API documentation for required fields when creating PIX batches.
- Authentication Errors: If the API key credential is invalid or missing, authentication errors will occur. Confirm that the API key is correctly configured in n8n credentials.
- API Endpoint Errors: Network issues or incorrect environment selection (sandbox vs production) can cause failures. Check the environment setting and network connectivity.
- Continue On Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error details in the output JSON.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- PIX Payment System - Central Bank of Brazil (background on PIX payments)
This summary focuses on the "Transfer > PIX Batches" resource with the "Create" operation, based on the provided properties and source code analysis.
