Retrieve ledger account
Retrieves the details of an existing ledger account.
Required permissions:
company:balance:readpayout:account:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like 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 unique identifier for the ledger account.
"ldgr_xxxxxxxxxxxxx"
The balances associated with the account.
The balance cache associated with the account by currency.
The fee for transfers, if applicable.
6.9
The payout account associated with the LedgerAccount, if any.
The status of payments approval for the ledger account.
pending, approved, monitoring, rejected The type of ledger account.
primary, pool A user account on Whop. Contains profile information, identity details, and social connections.
- User
- Company

