Woovi icon

Woovi

Automate Woovi workflow API

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

  1. Retrieve a list of PSPs filtered by a specific ISPB code to integrate with a banking system.
  2. Fetch PSPs by name to display available payment service providers in a user interface.
  3. 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.

Discussion