Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node interacts with the Woovi API to retrieve details of a specific installment using its GlobalID or endToEndId. It is useful in scenarios where users need to fetch installment information for payment tracking, reconciliation, or customer service purposes. For example, a user can input the installment ID to get its current status and details from the Woovi platform.
Use Case Examples
- Retrieve installment details by providing the GlobalID or endToEndId to monitor payment status.
- Use the node to fetch installment information for generating reports or customer queries.
Properties
| Name | Meaning |
|---|---|
| Id: globalID or endToEndId | The unique identifier (GlobalID or endToEndId) of the installment to retrieve. |
Output
JSON
id- The unique identifier of the installment.status- Current status of the installment.amount- The amount associated with the installment.dueDate- The due date of the installment.customerId- Identifier of the customer related to the installment.
Dependencies
- Woovi API with an API key credential for authentication
Troubleshooting
- Ensure the provided installment ID is correct and exists in the Woovi system to avoid 'Unsupported resource/operation' errors.
- Check API credentials and network connectivity if the node fails to fetch data from the Woovi API.
- Handle errors thrown by the Woovi API gracefully, as the node wraps errors into NodeApiError for clarity.
Links
- Woovi API Documentation - Official documentation for the Woovi API endpoints and usage.