Documentation Index
Fetch the complete documentation index at: https://docs.mannco.store/llms.txt
Use this file to discover all available pages before exploring further.
One of:
payviox (card / external checkout) or mannco (pay with your on-site balance). Other names return Invalid provider.Required for all types
Either
balance (add credit) or items (pay for listed items).Client timestamp of Terms of Service acceptance; validated server-side (must not be in the future).
checkout_create_timestamp (client time of checkout creation).
Balance deposit
Amount in cents to add (capped server-side, e.g. max 2 500 000 in implementation).
Optional provider-specific payment method id.
Example
Pay for items (cart checkout)
Use withpayviox (redirect to pay) or mannco (deduct account balance immediately; mannco only supports type: items, not balance top-up).
Comma-separated Steam assetId values for items you are purchasing (must be listed for sale,
state = 1, not yours).Optional provider-specific method id.
Example
Responses
On success,Response("success", …) is used:
- If the provider returns a redirect URL, you get:
content.url in a browser to complete payment.
- If processing finishes without a redirect (rare / provider-dependent):
Error responses (typical)
| Message | When |
|---|---|
| Provider is required | Missing path provider |
| Invalid user | User missing or banned |
| Invalid provider | Unknown provider name |
| Invalid request parameters | validateRequest failed (wrong type, missing value or items) |
| Tos acceptance is required | Missing tos_timestamp |
| Invalid TOS acceptance | Bad timestamp format |
| Tos acceptance cannot be in the future | Clock skew |
| Failed to save transaction | DB insert failure |
| Failed to process payment | Provider API error |
| No items found | For type: items, no matching backpack rows |
requires2FA() — API JWT still passes 2FA gate per server rules).
Webhooks from the payment provider credit balance or finalize orders on Mannco.store; your client should rely on the redirect URL and/or account balance / history endpoints after payment.