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 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.