Actions99
- Group Accounts Actions
- Group Account Codes Actions
- Accounts Actions
- Expenses 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 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.