Payhawk icon

Payhawk

Interact with the Zitadel API

Actions99

Overview

This node is designed to retrieve detailed information about a specific account by its identifier. It is useful in scenarios where you need to fetch and use account data within an automation workflow, such as verifying account details before processing transactions, auditing account information, or integrating account data into other systems.

For example, you might use this node to get the full details of a customer account in a financial application or to pull account metadata for reporting purposes.

Properties

Name Meaning
Account Id Identifier of the account to get

The "Account Id" property is required and expects a string that uniquely identifies the account whose details you want to retrieve.

Output

The node outputs JSON data representing the account details corresponding to the provided Account Id. The structure typically includes all relevant fields describing the account, such as identifiers, names, statuses, and any other metadata returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the external service.
  • Needs configuration of the base URL for the API endpoint in the node credentials.
  • Depends on the external Payhawk API (or similar) to fetch account information.

Troubleshooting

  • Missing or invalid Account Id: Ensure the Account Id is correctly provided and corresponds to an existing account.
  • Authentication errors: Verify that the API key or authentication token is valid and has sufficient permissions.
  • Network issues: Check connectivity to the API endpoint and ensure the base URL is correctly configured.
  • API response errors: If the API returns errors, review the error message for details such as rate limits, invalid parameters, or server issues.

Links and References

  • Refer to the official API documentation of the external service for detailed schema and examples of the account data.
  • n8n documentation on how to configure API credentials and use HTTP request nodes may be helpful for setup.

Discussion