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 static QR codes. It is useful for workflows that need to retrieve and process a list of static QR codes, such as for payment processing or record keeping. For example, a user can automate fetching a list of QR codes with pagination controls to integrate with other systems or display them in a dashboard.
Use Case Examples
- Retrieve a list of static QR codes with a limit of 20 and skip the first 0 results to paginate through QR codes.
- Use the node to fetch QR codes for reconciliation or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of QR code results to return in the list. |
| Skip | Number of QR code results to skip, useful for pagination. |
Output
JSON
id- Unique identifier of the QR code.code- The QR code data or string.createdAt- Timestamp when the QR code was created.status- Current status of the QR code.
Dependencies
- Woovi API
- An API key credential for Woovi API authentication
Troubleshooting
- Unsupported resource/operation error if the resource or operation is not recognized by the node. Ensure the resource is 'qrCodeStatic' and operation is 'list'.
- API errors from Woovi such as authentication failures or rate limits. Verify API credentials and network connectivity.