paywise icon

paywise

Consume paywise API

Actions20

Overview

This node integrates with the Paywise API, specifically allowing users to retrieve information from the Case Management API under the "Info" resource using the "Get" operation. It is designed to fetch API-related information, which can be useful for monitoring or managing case data programmatically.

Common scenarios include:

  • Retrieving metadata or status information about cases.
  • Acting on behalf of a client company to get user-specific info.
  • Automating workflows that require up-to-date case management details.

For example, a user might configure this node to get information about a specific user’s case data by specifying the user ID and whether to act on behalf of a client company.

Properties

Name Meaning
Act on Behalf of Client Boolean flag indicating if the request should be made on behalf of a client company (true/false).
User ID The identifier of the user to act on behalf of when the above flag is true. Required if acting on behalf of a client.

Output

The node outputs an array of JSON objects, each representing the response from the Paywise Case Management API for the requested information. The exact structure depends on the API response but generally includes relevant case management info such as user details or metadata.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the Paywise API.
  • Needs proper configuration of the Paywise API credentials within n8n.
  • Relies on the Paywise Case Management API being accessible and responsive.

Troubleshooting

  • Resource or Operation Not Implemented: If you select a resource or operation not supported by the node, it will throw an error indicating the unsupported choice. Ensure you select valid combinations.
  • Missing User ID: When "Act on Behalf of Client" is enabled, the "User ID" must be provided; otherwise, the node may fail or return errors.
  • Authentication Errors: Incorrect or missing API credentials will cause authentication failures. Verify your API key and permissions.
  • API Connectivity Issues: Network problems or API downtime can cause request failures. Check network connectivity and Paywise service status.

Links and References

Discussion