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 bank billets (bank slips) and other related financial resources. Specifically, the V1 > Bank Billets - Get operation retrieves detailed information about a single bank billet by its unique ID.
This operation is useful in scenarios where you need to fetch the current status, payment details, or metadata of a specific bank slip. For example, you might use it to verify if a bank billet has been paid, to display payment information to a customer, or to audit billing records.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the bank billet to retrieve. This is a required string input. |
Output
The node outputs a JSON object representing the bank billet resource retrieved from the Kobana API. The structure typically includes fields such as the billet's ID, amount, due date, status, payer information, and payment details.
The output is provided as an array of JSON objects (one per input item), each containing the full data of the requested bank billet.
No binary data is output by 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).
- The node uses HTTP GET requests to fetch data from the endpoint
/v1/bank_billets/{id}.
Troubleshooting
Common issues:
- Providing an invalid or non-existent bank billet ID will likely result in an error response from the API.
- Network connectivity issues or incorrect API credentials will cause authentication or request failures.
- JSON parsing errors may occur if the input parameters are malformed.
Error messages:
- Errors returned by the Kobana API will be passed through in the output as an error object.
- If the node is set to continue on failure, errors for individual items will be included in the output JSON with an
errorfield describing the issue.
Resolution tips:
- Verify the correctness of the bank billet ID.
- Ensure the API key credential is valid and has the necessary permissions.
- Check network connectivity and API endpoint availability.
- Use the node's "continue on fail" option to handle errors gracefully in workflows.
Links and References
- Kobana API Documentation (general reference for API endpoints and data structures)
- Bank Billets (Boletos) Overview (background on bank billets)
