Skip to main content
{
	"balances": [
		{
			"balance": 6.9,
			"currency": "usd",
			"pending_balance": 6.9,
			"reserve_balance": 6.9
		}
	],
	"id": "ldgr_xxxxxxxxxxxxx",
	"ledger_type": "primary",
	"owner": {
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"typename": "User",
		"username": "johndoe42"
	},
	"payments_approval_status": "pending",
	"payout_account_details": {
		"address": {
			"city": "<string>",
			"country": "<string>",
			"line1": "<string>",
			"line2": "<string>",
			"postal_code": "<string>",
			"state": "<string>"
		},
		"business_name": "<string>",
		"business_representative": {
			"date_of_birth": "<string>",
			"first_name": "<string>",
			"last_name": "<string>",
			"middle_name": "<string>"
		},
		"email": "<string>",
		"id": "poact_xxxxxxxxxxxx",
		"latest_verification": {
			"id": "verf_xxxxxxxxxxxxx",
			"last_error_code": "abandoned",
			"last_error_reason": "Document image was too blurry to read.",
			"status": "requires_input"
		},
		"phone": "<string>",
		"status": "connected"
	},
	"transfer_fee": 6.9,
	"treasury_balance": {
		"balance": 6.9,
		"balance_usd": 6.9,
		"currency": "usd",
		"pending_balance": 6.9,
		"reserve_balance": 6.9,
		"total_withdrawable_balance": 6.9
	}
}
balances
array<object>
required
The balances associated with the account.
id
string
required
The unique identifier for the ledger account.Example: ldgr_xxxxxxxxxxxxx
ledger_type
LedgerTypes
required
The type of ledger account.Available options: primary, pool
owner
User or Company | null
required
The owner of the ledger account.
payments_approval_status
PaymentsApprovalStatuses | null
required
The status of payments approval for the ledger account.Available options: pending, approved, monitoring, rejected
payout_account_details
object | null
required
The payout account associated with the LedgerAccount, if any.
transfer_fee
number | null
required
The fee for transfers, if applicable.Example: 6.9
treasury_balance
object | null
required
The balance cache associated with the account by currency.