Actions99
- Expenses Actions
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Purchase Orders Actions
- Get A List Of Purchase Orders
- Create A New Purchase Order
- Get A Purchase Order
- Update A Purchase Order
- Open A Purchase Order
- Get A List Of Purchase Orders Items For A Specific Purchase Order
- Create A Purchase Order Item
- Get A Purchase Order Item
- Update A Purchase Order Item
- Delete A Purchase Order Item
- Get A List Of Goods Received Notes For A Specific Purchase Order
- Create A Goods Received Note
- Attach A File To A Goods Received Note
- Delete A Goods Received Note
- Suppliers Actions
- Fund Accounts Actions
- Cards Actions
- Expense Categories Actions
- Tax Rates Actions
- Amortizations Actions
- Account Teams Actions
- Account Codes Actions
- External Teams Actions
- Custom Fields Actions
- Get Custom Fields
- Create A New Custom Field
- Get Custom Field
- Update Custom Field
- Delete A Custom Field And All Its Values
- Get Custom Field Values
- Create A Custom Field Value
- Delete Custom Field Values
- Get A Custom Field Value
- Update A Custom Field Value
- Delete A Custom Field Value
- Get Managers For A Specific Custom Field Value
- Adds Managers For A Specific Custom Field Value
- Replaces Managers For A Specific Custom Field Value
- Removes Managers For A Specific Custom Field Value
- Webhook Subscriptions Actions
- Group Teams Actions
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.