This API specification is currently still in Testnet beta — endpoints and responses may change without notice.
Illuvium Store

Illuvium Store

#410 v0.1
active
Verified
Merchant
USD
ETH

About

Official game asset store with in-game item checkout

Capabilities

orders.create

Place New Order

POST https://store.illuvium.io/opencharge/orders/create

Create and sign a new order for payment.

View full docs

orders.status

View Order Status

GET https://store.illuvium.io/opencharge/orders/{orderId}/status

Check the payment status of an order.

View full docs

transfer.webhook

Receive Transfer Updates

POST https://store.illuvium.io/opencharge/transfer/webhook

Receive signed transfer proofs when payments complete.

View full docs

Settlement

Currencies

USD
ETH
{ "opencharge": "0.1", "name": "Illuvium Store", "profile": "Official game asset store with in-game item checkout", "icon": "/images/Illuvium.avif", "config": { "publicKey": "c56d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f", "endpoint": "https://store.illuvium.io/opencharge", "capabilities": [ "orders.create", "orders.status", "transfer.webhook" ], "settlement": { "currencies": [ "USD", "ETH" ], "accepts": [ 304, 21, 190 ] } }, "kyc": [ 74, 280 ], "signature": "d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5", "contact": "payments@illuvium.io" }
Copy