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 charges, specifically allowing users to create new PIX charge entries. It is useful in financial automation workflows where businesses need to generate PIX payment requests programmatically. For example, an e-commerce platform can use this node to automatically create PIX charges for customer orders, enabling instant payment processing via PIX.
Properties
| Name | Meaning |
|---|---|
| Request Body | The JSON object representing the details of the PIX charge to be created. This includes all necessary fields as required by the Kobana API for creating a PIX charge. |
| Additional Fields | A JSON object containing any extra fields that may be included in the request to customize or extend the PIX charge creation beyond the basic required fields. |
Output
The node outputs a JSON object representing the response from the Kobana API after creating the PIX charge. This typically includes details such as the charge ID, status, amount, expiration, and other metadata related to the newly created PIX charge.
No binary data output is involved in 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).
- Proper configuration of the Kobana API credentials within n8n is necessary.
Troubleshooting
- Invalid JSON in Request Body or Additional Fields: 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 before execution.
- Authentication Errors: If the API key credential is missing, invalid, or expired, the node will fail to authenticate with the Kobana API. Verify that the API key is correctly configured and has the necessary permissions.
- API Endpoint Errors: Providing incorrect or incomplete data in the request body may cause the API to return errors. Consult the Kobana API documentation to ensure all required fields are included.
- Network Issues: Connectivity problems between n8n and the Kobana API endpoints can cause timeouts or failures. Check network settings and firewall rules if such errors occur.
Links and References
- Kobana API Documentation (official API reference for detailed request/response schemas)
- PIX Payment System Overview (background on PIX payments in Brazil)
