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 payment batches within a financial or payment processing workflow. Specifically, the Payment > PIX Batches resource with the Create operation allows users to create new PIX payment batches by sending a JSON request body describing the batch details.
Use cases include automating the creation of PIX payment batches for bulk payments, streamlining payment workflows, and integrating PIX batch creation into larger automation processes such as invoicing or payroll.
For example, a business could use this node to programmatically create a batch of PIX payments to multiple suppliers at once, reducing manual effort and ensuring consistent data submission to the payment system.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the details of the PIX batch to be created. This is required and must contain all necessary fields as per the Kobana API specification for creating PIX batches. |
| Additional Fields | A collection allowing the user to add extra JSON fields to the request if needed. This can be used to include optional or advanced parameters supported by the API that are not explicitly exposed in the UI. |
Output
The node outputs the JSON response returned by the Kobana API after creating the PIX batch. This typically includes details about the newly created batch such as its unique identifier, status, creation timestamp, and any other metadata provided by the API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Kobana API via an API key credential configured in n8n.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- Proper permissions and valid API credentials are necessary to perform the create operation on PIX batches.
Troubleshooting
- Invalid JSON in Request Body: If the JSON provided in the "Request Body" property is malformed, the node will throw a parsing error. Ensure the JSON syntax is correct before execution.
- API Authentication Errors: If the API key credential is missing, invalid, or lacks permissions, the node will fail with authentication errors. Verify the credential configuration in n8n.
- Missing Required Fields: The API may reject requests missing mandatory fields in the request body. Consult the Kobana API documentation to ensure all required data is included.
- Network or Endpoint Issues: Connectivity problems or incorrect environment selection (sandbox vs production) can cause failures. Confirm network access and environment settings.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- PIX Payment System Overview (background on PIX payments in Brazil)
