Skip to main content

Represents a LedgerAccount.

id
string
required

The unique identifier for the ledger account.

Example:

"ldgr_xxxxxxxxxxxxx"

balances
object[]
required

The balances associated with the account.

transfer_fee
number | null
required

The fee for transfers, if applicable.

Example:

6.9

payout_account_details
object
required

The payout account associated with the LedgerAccount, if any.

payments_approval_status
enum<string> | null
required

The status of payments approval for the ledger account.

Available options:
pending,
approved,
monitoring,
rejected
ledger_type
enum<string>
required

The type of ledger account.

Available options:
primary,
pool
owner
User · object
required

A user account on Whop. Contains profile information, identity details, and social connections.