Account
Get Account
Retrieves detailed information about a specific account.
Returns the complete account object including its current status, classification, purpose, and any associated metadata. Use this to verify account details before initiating transactions or to check account status.
GET
Path Parameters
The unique identifier of the account to update, starts with acct_
Response
200
application/json
The request has succeeded.
Represents a financial account in the system Accounts are used to track balances and process transactions
Previous
List AccountsLists all accounts in your organization with pagination support.
Returns a paginated list of all accounts, sorted by creation date (newest first).
Use this to display account overviews, build account selectors, or audit your
account structure. Results include both active and inactive accounts.
Next