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 Payment Service Providers (PSPs). It allows users to filter the list of PSPs by ISPB code, name, or COMPE code. This is useful for automating workflows that require retrieving and processing PSP information from the Woovi platform, such as financial applications or payment processing systems.
Use Case Examples
- Retrieve a list of PSPs filtered by a specific ISPB code to integrate with a banking system.
- Fetch PSPs by name to display available payment service providers in a user interface.
- Filter PSPs by COMPE code for reconciliation or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| ISPB | Filter PSPs by ISPB code. |
| Name | Filter PSPs by name. |
| COMPE | Filter PSPs by COMPE code. |
Output
JSON
id- Unique identifier of the PSP.name- Name of the PSP.ispb- ISPB code of the PSP.compe- COMPE code of the PSP.otherDetails- Additional details about the PSP returned by the API.
Dependencies
- Woovi API with an API key credential
Troubleshooting
- Ensure the Woovi API credentials are correctly configured and valid to avoid authentication errors.
- Verify that the filter parameters (ISPB, Name, COMPE) are correctly formatted as strings to prevent request errors.
- If the API returns an unsupported resource/operation error, check that the resource is set to 'psp' and operation to 'list'.
- Network issues or API downtime may cause request failures; retry or check API status if errors occur.
Links
- Woovi API Documentation - Official documentation for the Woovi API, useful for understanding available endpoints and parameters.