Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node operation allows users to withdraw a specified amount from a subaccount within the Woovi payment platform. It is useful in scenarios where funds need to be moved out of a subaccount, such as transferring money to a main account or external account. For example, a business managing multiple subaccounts for different departments can automate withdrawals to consolidate funds.

Use Case Examples

  1. Withdraw a specific amount from a subaccount to manage cash flow.
  2. Automate periodic withdrawals from subaccounts to a central account.

Properties

Name Meaning
Subaccount ID The unique identifier of the subaccount from which the withdrawal will be made.
Amount The amount in cents to withdraw from the subaccount.

Output

JSON

  • id - Identifier of the withdrawal transaction or subaccount affected.
  • amount - The amount withdrawn from the subaccount.
  • status - Status of the withdrawal operation (e.g., success, pending).
  • timestamp - The time when the withdrawal was processed.

Dependencies

  • Requires an API key credential for authenticating with the Woovi API.

Troubleshooting

  • Common issues include invalid or missing Subaccount ID, insufficient funds in the subaccount, or incorrect amount format. Ensure the Subaccount ID is correct and the amount is specified in cents.
  • Errors related to unsupported resource/operation indicate a mismatch in resource or operation parameters; verify that 'Subaccount' resource and 'Withdraw from Subaccount' operation are selected.
  • API authentication errors may occur if the API key credential is missing or invalid; ensure proper credential configuration.

Links

Discussion