{
    "warning": "This is real sendOrder API. To actually buy RUB 100 voucher, open this file with ?confirm=yes",
    "run_url_example": "rub100-sendOrder.php?confirm=yes",
    "product": {
        "name": "Smile One Code (Russia) RUB 100",
        "apiGame": "smilecoderu",
        "sku": "100",
        "pid": "1",
        "qty": 1
    },
    "sample_sendOrder_payload": {
        "jsonrpc": "2.0",
        "id": "WC-TEST-RUB100-1778341286",
        "method": "sendOrder",
        "params": {
            "apiGame": "smilecoderu",
            "items": [
                {
                    "sku": "100",
                    "pid": "1",
                    "qty": 1
                }
            ],
            "iat": 1778341286,
            "exp": 1778348486
        }
    }
}