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 payment request by its Payment ID or correlation ID. It is useful for automating workflows that require fetching payment information from Woovi, such as verifying payment status or retrieving payment details for further processing.
Use Case Examples
- Retrieve payment details by providing the Payment ID to automate order processing.
- Fetch payment information to reconcile transactions in accounting systems.
Properties
| Name | Meaning |
|---|---|
| Payment ID | The unique identifier or correlation ID of the payment to retrieve. |
Output
JSON
id- The unique identifier of the payment.amount- The amount of the payment.status- The current status of the payment.createdAt- The timestamp when the payment was created.updatedAt- The timestamp when the payment was last updated.customer- Details about the customer associated with the payment.
Dependencies
- Woovi API with API key credential
Troubleshooting
- Ensure the Payment ID is correctly provided and exists in the Woovi system to avoid 'Unsupported resource/operation' errors.
- Check API credentials and network connectivity if the node fails to connect to the Woovi API.
- Handle errors thrown by the Woovi API gracefully, such as invalid IDs or permission issues.