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 list Pix Keys, which are unique identifiers used in the Brazilian instant payment system (Pix). It is useful for automating workflows that require retrieving and managing Pix Keys associated with a Woovi account, such as financial reconciliation, payment processing, or account management.
Use Case Examples
- A business automates the retrieval of all Pix Keys linked to their Woovi account to update their internal payment system.
- A developer integrates this node in a workflow to periodically fetch and verify active Pix Keys for compliance and auditing purposes.
Output
JSON
id- Unique identifier of the Pix Keykey- The Pix Key value (e.g., email, phone number, or random key)type- Type of Pix Key (e.g., CPF, CNPJ, email, phone number)createdAt- Timestamp when the Pix Key was createdstatus- Current status of the Pix Key (e.g., active, inactive)
Dependencies
- Woovi API with API key credential
Troubleshooting
- Ensure the Woovi API credentials are correctly configured and have the necessary permissions to list Pix Keys.
- If the node throws an 'Unsupported resource/operation' error, verify that the resource is set to 'Pix Key' and the operation to 'List Pix Keys'.
- Network or API errors may occur if the Woovi API service is down or unreachable; check network connectivity and Woovi service status.
Links
- Woovi API Documentation - Official API documentation for Woovi, including endpoints for Pix Key management.