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 provides integration with the Kobana API, specifically enabling management of PIX charge accounts under the "Charge > PIX Accounts" resource. The "Get" operation allows users to retrieve detailed information about a specific PIX account by its unique ID.
Typical use cases include:
- Fetching details of a particular PIX account for reconciliation or reporting.
- Verifying account information before processing transactions.
- Integrating PIX account data retrieval into automated workflows for financial operations.
For example, a user can input the ID of a PIX account and get back all relevant details such as account status, associated bank information, and configuration settings.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the PIX account resource to retrieve. This is a required string property. |
Output
The node outputs a JSON object representing the retrieved PIX account details from the Kobana API. The structure typically includes all fields returned by the API for a PIX account, such as account identifiers, bank details, status, and other metadata.
No binary data output is involved in this operation.
Dependencies
- Requires an active Kobana API credential configured in n8n, which provides authentication to access the Kobana API endpoints.
- The node dynamically selects the API base URL depending on the environment (production or sandbox).
- Network connectivity to the Kobana API service is necessary.
Troubleshooting
Common issues:
- Invalid or missing ID parameter will cause the API request to fail.
- Incorrect or expired API credentials will result in authentication errors.
- Network issues or Kobana API downtime may cause request failures.
Error messages:
- Errors returned from the Kobana API are passed through and included in the node output if "Continue On Fail" is enabled.
- Typical error messages include "Resource not found" if the ID does not exist, or "Unauthorized" if credentials are invalid.
Resolution tips:
- Ensure the ID provided corresponds to an existing PIX account.
- Verify that the Kobana API credentials are correctly set up and have proper permissions.
- Check network connectivity and Kobana API status.
Links and References
- Kobana API Documentation (general reference; actual URL may vary)
- n8n documentation on API Credentials
