Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node allows you to retrieve detailed information about a specific fund account within a given account. It is useful in scenarios where you need to fetch the current state or metadata of a particular fund account, such as for auditing, reporting, or integration with other financial systems.

For example, if you manage multiple fund accounts under different accounts, this node can be used to get the details of one fund account by specifying its unique identifiers.

Properties

Name Meaning
Account Id Identifier of the account to which the fund account belongs.
Fund Account Id Identifier of the specific fund account whose details you want to retrieve.

Output

The node outputs JSON data representing the details of the requested fund account. This typically includes all relevant fields returned by the external API for that fund account, such as balances, status, metadata, and related identifiers.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential to authenticate requests against the external service.
  • The base URL for the API must be configured in the node credentials.
  • The node depends on the external API described in the bundled OpenAPI specification (payhawk.api.json).

Troubleshooting

  • Missing or invalid Account Id or Fund Account Id: Ensure both identifiers are provided and correctly formatted; otherwise, the API will return an error.
  • Authentication errors: Verify that the API key credential is set up correctly and has sufficient permissions.
  • Network or API endpoint issues: Check connectivity and that the base URL is correct.
  • Unexpected response structure: Confirm that the API version matches the node’s expectations.

Links and References

  • Refer to the external API documentation for "Fund Accounts" and "Get Fund Account" operations for detailed field descriptions and examples.
  • n8n documentation on creating and using custom nodes with API integrations.

Discussion