Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT obtained from POST /user/login

Path Parameters

provider
enum<string>
required

payviox (card / external checkout) or mannco (on-site balance)

Available options:
payviox,
mannco

Body

application/json
type
enum<string>
required

balance (add credit) or items (pay for listed items)

Available options:
balance,
items
tos_timestamp
integer
required

Client timestamp of Terms of Service acceptance

value
integer

For type=balance: amount in cents to add

items
string

For type=items: comma-separated Steam assetId values

payment_method
string

Optional provider-specific payment method id

Response

Payment initiated

Standard Mannco.store response envelope. err and success flag the outcome; the payload (or error message) is always under content.

err
boolean
required

True when the request failed.

success
boolean
required

True when the request succeeded.

content
any

Payload on success, or an error message/object on failure.