Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to retrieve details of a specific Subaccount based on the provided Subaccount ID. It is useful for scenarios where you need to fetch information about a particular subaccount within the Woovi payment system, such as for account management, reporting, or integration purposes.

Use Case Examples

  1. Retrieve details of a subaccount by providing its unique Subaccount ID to monitor its status or configuration.
  2. Use the node to get subaccount information before performing further operations like withdrawal or debit.

Properties

Name Meaning
Subaccount ID The unique identifier of the subaccount to retrieve details for. This is a required input when performing the Get Subaccount operation.

Output

JSON

  • id - The unique identifier of the subaccount.
  • name - The name of the subaccount.
  • status - The current status of the subaccount.
  • createdAt - The creation date and time of the subaccount.
  • otherProperties - Additional properties returned by the Woovi API related to the subaccount.

Dependencies

  • Woovi API with an API key credential for authentication

Troubleshooting

  • Ensure the Subaccount ID is correctly provided and exists in the Woovi system to avoid 'Unsupported resource/operation' or 'not found' errors.
  • Verify that the Woovi API credentials are correctly configured and have the necessary permissions to access subaccount data.
  • Handle network or API errors gracefully by checking error messages returned by the node, which are wrapped as NodeApiError exceptions.

Discussion