Skip to main content

Authorizations

Authorization
string
header
required

One API-key record may allow cs2, rust, or both. Every checkout's allowedGames must be a subset of that key's allowed games; use one key record rather than separate CS2 and Rust keys.

Response

Current balances

currency
string
required
Allowed value: "USD"
availableMinor
string
required

Posted balance currently available, in integer USD cents.

Pattern: ^[0-9]+$
pendingMinor
string
required

Payments in initiated, pending, or active state, in integer USD cents.

Pattern: ^[0-9]+$
heldMinor
string
required

Payments in provider hold state, in integer USD cents.

Pattern: ^[0-9]+$
payoutReadyMinor
string
required

Posted balance eligible to enter the payout flow, in integer USD cents.

Pattern: ^[0-9]+$
pendingPayoutMinor
string
required

Amount currently reserved in the payout-clearing account, in integer USD cents.

Pattern: ^-?[0-9]+$