Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node interacts with an external API to retrieve expense amortization data for a specified account. It is useful in financial automation workflows where users need to fetch detailed amortization schedules or summaries related to expenses tied to particular accounts. For example, a finance team could automate the retrieval of amortization details for monthly reporting or integrate this data into accounting systems.

Properties

Name Meaning
Account Id Identifier of the account to get amortizations for

Output

The node outputs JSON data containing the expense amortizations associated with the provided account ID. The structure typically includes details such as amortization amounts, dates, and related metadata as returned by the external API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • The base URL for the API must be configured in the node credentials.
  • Depends on the external API defined in the bundled OpenAPI specification (payhawk.api.json).

Troubleshooting

  • Missing or invalid Account Id: Ensure the "Account Id" property is provided and correctly formatted; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is set up properly and has the necessary permissions.
  • Network or API errors: Check connectivity and API availability; transient errors may require retries.
  • Unexpected response structure: Confirm that the API version matches the node’s expected schema.

Links and References

  • Refer to the external API documentation (not included here) for detailed information about the expense amortizations endpoint.
  • n8n documentation on creating custom nodes and using API credentials.

Discussion