Retrieve ledger account
Retrieves the details of an existing ledger account.
Required permissions:
company:balance:readpayout:account:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The identifier to look up the ledger account. Accepts a user ID ('user_xxx'), company ID ('biz_xxx'), or ledger account ID ('ldgr_xxx').
"ldgr_xxxxxxxxxxxxx"
Response
A successful response
A ledger account represents a financial account on Whop that can hold many balances.
The balances associated with the account.
The unique identifier for the ledger account.
"ldgr_xxxxxxxxxxxxx"
The type of ledger account.
primary, pool A user account on Whop. Contains profile information, identity details, and social connections.
- User
- Company
The status of payments approval for the ledger account.
pending, approved, monitoring, rejected The payout account associated with the LedgerAccount, if any.
Whether a payout from this account must be confirmed against a provider-backed quote first. When true, create a quote with POST /payouts/quotes and send its quote_token when creating the payout.
The settlement batch most recently posted to this account's available balance, at midnight UTC. Every payment settling in that batch carries the same settlement_time_at.
"2023-12-01T05:00:00.401Z"
The fee for transfers, if applicable.
6.9
The balance cache associated with the account by currency.

