SellerPayoutBalance
A seller's payout balance (player or org). pending ages through the D6 delay window into payable; reserved is the D6 young-account holdback or a T11 freeze.
type SellerPayoutBalance {
partyKind: String!
partyRef: BigInt!
pendingCents: Int!
payableCents: Int!
reservedCents: Int!
onboardingStatus: SellerOnboardingStatus!
payoutsFrozen: Boolean!
}
Fields
SellerPayoutBalance.partyKind ● String! non-null scalar
'user' or 'org'.
SellerPayoutBalance.partyRef ● BigInt! non-null scalar
User id or org id.
SellerPayoutBalance.pendingCents ● Int! non-null scalar
Cents still aging in the delay window.
SellerPayoutBalance.payableCents ● Int! non-null scalar
Cents aged, unreserved, and withdrawable.
SellerPayoutBalance.reservedCents ● Int! non-null scalar
Cents held back (reserve or T11 freeze).
SellerPayoutBalance.onboardingStatus ● SellerOnboardingStatus! non-null enum
Stripe Connect Express onboarding state.
SellerPayoutBalance.payoutsFrozen ● Boolean! non-null scalar
Whether payouts are frozen by a T11 review hold.
Returned By
mySellerPayoutBalance query