Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to automate workflows related to various financial resources. Specifically, for the 'Installment' resource and the 'Retry CobR' operation, it retries a CobR (a type of payment or charge) for a given installment identified by a global ID or endToEndId. This is useful in scenarios where a payment retry is needed due to failure or other issues, helping automate and streamline payment recovery processes.

Use Case Examples

  1. Retrying a failed installment payment by providing its global ID to trigger a retry of the CobR charge.
  2. Automating the retry process for installment payments in a subscription or loan management system.

Properties

Name Meaning
Id: globalID or endToEndId The unique identifier (GlobalID or endToEndId) of the installment for which the CobR retry operation will be performed.

Output

JSON

  • id - The identifier of the installment for which the retry operation was performed.
  • status - The status of the retry operation, indicating success or failure.
  • message - Additional information or message returned from the retry operation.

Dependencies

  • Woovi API
  • An API key credential for Woovi API authentication

Troubleshooting

  • Ensure the provided installment ID (globalID or endToEndId) is correct and exists in the Woovi system to avoid 'Unsupported resource/operation' errors.
  • Verify that the Woovi API credentials are correctly configured and have the necessary permissions to perform the retry operation.
  • Common error messages include 'Unsupported resource/operation' if the resource or operation is not recognized, and API errors related to invalid IDs or network issues. These can be resolved by checking input parameters and network connectivity.

Links

  • Woovi API Documentation - Official documentation for the Woovi API, useful for understanding available endpoints and operations.

Discussion