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 allows you to interact with the Kobana API specifically for managing PIX transfers under the "Transfer > PIX" resource. The "Update" operation lets you update an existing PIX transfer by specifying its ID and providing a JSON request body with the fields to modify.
Common scenarios where this node is useful include:
- Modifying details of a PIX transfer after it has been created, such as updating amounts, recipient information, or status.
- Automating adjustments to PIX transfers in workflows that require dynamic updates based on external triggers or data changes.
- Integrating Kobana's PIX transfer management into broader financial automation processes.
Example use case: You have a workflow that creates PIX transfers and later needs to update some transfer details (e.g., correcting recipient info). This node can perform that update seamlessly within n8n.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the PIX transfer to update. |
| Request Body | A JSON object containing the fields and values to update on the PIX transfer. |
| Additional Fields | (Not applicable for this operation) |
Output
The node outputs the JSON response from the Kobana API after performing the update operation. This typically includes the updated PIX transfer object with all its properties reflecting the changes made.
The output is structured as an array of JSON objects, each representing the updated transfer data corresponding to each input item processed.
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).
- No additional external dependencies are required beyond the Kobana API access.
Troubleshooting
- Invalid ID error: If the provided ID does not correspond to an existing PIX transfer, the API will return an error. Verify the ID is correct.
- Malformed JSON in Request Body: Ensure the JSON provided in the "Request Body" field is valid and correctly formatted.
- Authentication errors: Confirm that the API key credential is set up properly and has permissions to update PIX transfers.
- API environment mismatch: If testing in sandbox mode, ensure the environment setting matches your API key's environment.
- Unexpected API errors: Check the exact error message returned in the output JSON for clues; common issues include invalid fields or missing required data in the request body.
Links and References
- Kobana API Documentation (general reference for API endpoints and data models)
- PIX Transfer API Reference (specific details about PIX transfer operations)
