Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node operation retrieves details of a specific fund account by its unique identifier. It is useful in scenarios where you need to fetch information about a particular fund account, such as checking its status, balance, or other metadata. For example, financial applications or accounting workflows can use this node to pull up-to-date data on a fund account before processing transactions or generating reports.

Properties

Name Meaning
Account Id Identifier of the account to retrieve. This is a required string input specifying which fund account's details to fetch.

Output

The output JSON contains the detailed information of the requested fund account. This typically includes fields such as account identifiers, balances, statuses, and any other metadata provided by the external service's API for fund accounts. The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the external service.
  • The base URL for the API must be configured in the node credentials.
  • The node depends on the external service's API endpoint that provides fund account details.

Troubleshooting

  • Missing or invalid Account Id: Ensure the "Account Id" property is correctly set and corresponds to an existing fund account.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or API errors: Check connectivity and confirm the external service is operational.
  • Unexpected response structure: If the output JSON does not match expectations, verify the API version and consult the service documentation.

Links and References

  • Refer to the external service’s official API documentation for fund accounts to understand available fields and error codes.
  • n8n documentation on creating and using API key credentials.

Discussion