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 transfers under the "Transfer > PIX" resource, specifically supporting the "Create" operation. It allows users to create new PIX transfer transactions by sending a JSON-formatted request body describing the transfer details.
Typical use cases include automating PIX transfers between accounts in financial workflows, integrating payment systems that require instant money transfers via PIX, or batch processing of PIX transfers in business automation scenarios.
For example, a user can configure this node to initiate a PIX transfer by specifying recipient details, amount, and other relevant data in the request body, enabling seamless and programmatic execution of PIX transfers within an n8n workflow.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the details of the PIX transfer to be created. This must include all required fields for the PIX transfer as per the Kobana API specification. |
| Additional Fields | A JSON object allowing inclusion of extra optional fields for the request, enabling customization beyond the standard request body. |
Output
The node outputs the JSON response returned by the Kobana API after creating the PIX transfer. This typically includes details about the newly created PIX transfer such as its ID, status, timestamps, and any other metadata provided by the API.
No binary data output is indicated for this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n, which provides authentication to access the Kobana API.
- The node dynamically selects the API base URL depending on whether the environment is set to production or sandbox.
- The request is made over HTTP(S) using the Kobana API endpoints.
Troubleshooting
- Invalid JSON in Request Body: Since the request body must be valid JSON, malformed JSON will cause errors. Ensure the JSON syntax is correct.
- Missing Required Fields: The API may reject requests missing mandatory fields. Verify the request body contains all necessary information for PIX transfer creation.
- Authentication Errors: If the API key or credentials are invalid or missing, the node will fail to authenticate. Confirm that the Kobana API credential is correctly set up.
- API Endpoint Errors: Network issues or incorrect environment settings (production vs sandbox) might cause connection failures. Check environment configuration and network connectivity.
- Error Responses from API: The node returns error messages from the API in the output if the request fails. Review these messages to adjust the request accordingly.
Links and References
- Kobana API Documentation (general reference for API endpoints and request formats)
- PIX Payment System Overview (for understanding PIX transfers conceptually)
