Payment Methods for Art Commissions

These payment options are accepted only as compensation for custom artwork. Lilxth is an independent artist and is not affiliated with Valve, Steam, Roblox, or any other listed platform.


Accepted payment methods
Powered by
(function () { const paypalUrl = "https://www.paypal.com/ncp/payment/ALTPWRWLPPT2G"; function openPrivacyPopup() { const overlay = document.getElementById("lilxthPayPalPrivacyOverlay"); if (!overlay) return; overlay.classList.add("lilxth-paypal-privacy-open"); overlay.setAttribute("aria-hidden", "false"); document.body.classList.add("lilxth-paypal-privacy-locked"); } function closePrivacyPopup() { const overlay = document.getElementById("lilxthPayPalPrivacyOverlay"); if (!overlay) return; overlay.classList.remove("lilxth-paypal-privacy-open"); overlay.setAttribute("aria-hidden", "true"); document.body.classList.remove("lilxth-paypal-privacy-locked"); } function openPayPalCheckout() { closePrivacyPopup(); window.open(paypalUrl, "_blank", "noopener,noreferrer"); } function setupPayPalPrivacyPopup() { const form = document.getElementById("lilxthPayPalForm"); const overlay = document.getElementById("lilxthPayPalPrivacyOverlay"); const confirmButton = document.getElementById("lilxthPayPalPrivacyConfirm"); const cancelButton = document.getElementById("lilxthPayPalPrivacyCancel"); if (form) { form.addEventListener("submit", function (event) { event.preventDefault(); openPrivacyPopup(); }); } if (confirmButton) { confirmButton.addEventListener("click", openPayPalCheckout); } if (cancelButton) { cancelButton.addEventListener("click", closePrivacyPopup); } if (overlay) { overlay.addEventListener("click", function (event) { if (event.target === overlay) { closePrivacyPopup(); } }); } document.addEventListener("keydown", function (event) { if (event.key === "Escape") { closePrivacyPopup(); } }); } if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", setupPayPalPrivacyPopup); } else { setupPayPalPrivacyPopup(); } })();

© 2026 Lilxth. All rights reserved.
Designed, coded, and illustrated by Lilxth.

DISCLAIMER:

''Steam requires the recipient to be on your friends list before you can send a Digital Gift Card.''


Add me on Steam

Then


© 2026 Lilxth. All rights reserved.
Designed, coded, and illustrated by Lilxth.

(function () { const gate = document.getElementById("lx-payment-gate"); const checkbox = document.getElementById("lx-payment-confirm"); const button = document.getElementById("lx-payment-continue"); const cancelButton = document.getElementById("lx-payment-cancel"); const steamProfileUrl = "https://steamcommunity.com/id/marzqnna/"; const steamGiftCardUrl = "https://store.steampowered.com/digitalgiftcards/selectgiftcard"; const unlockStorageKey = "lilxthSteamGiftCardUnlocked"; let pendingAction = "profile"; if (!gate || !checkbox || !button || !cancelButton) return; function cleanCarrdBlankUrl(url) { if (!url) return ""; return String(url) .replace(/\/@blank$/i, "/") .replace(/@blank$/i, ""); } function normalizeUrl(url) { return cleanCarrdBlankUrl(url) .trim() .toLowerCase() .replace(/\/+$/g, ""); } function isSteamProfileTrigger(url) { const normalized = normalizeUrl(url); return ( normalized === "#open-steam-profile" || normalized === "https://steamcommunity.com/id/marzqnna" || normalized.indexOf("https://steamcommunity.com/id/marzqnna") === 0 ); } function isSteamGiftCardTrigger(url) { const normalized = normalizeUrl(url); return ( normalized === "#open-steam-giftcard" || normalized === "https://store.steampowered.com/digitalgiftcards/selectgiftcard" || normalized.indexOf("https://store.steampowered.com/digitalgiftcards/selectgiftcard") === 0 ); } function isUnlocked() { try { return sessionStorage.getItem(unlockStorageKey) === "true"; } catch (error) { return document.documentElement.classList.contains("lx-steam-giftcard-unlocked"); } } function setUnlocked() { try { sessionStorage.setItem(unlockStorageKey, "true"); } catch (error) {} document.documentElement.classList.add("lx-steam-giftcard-unlocked"); } function findClickedLink(target) { if (!target) return null; return target.closest("a[href]"); } function openGate(action) { pendingAction = action || "profile"; checkbox.checked = false; button.disabled = true; if (pendingAction === "giftcard") { button.textContent = "Open Steam Profile First"; } else { button.textContent = "Continue to Steam Profile"; } gate.classList.add("lx-payment-gate-open"); gate.setAttribute("aria-hidden", "false"); document.body.classList.add("lx-payment-locked"); } function closeGate() { gate.classList.remove("lx-payment-gate-open"); gate.setAttribute("aria-hidden", "true"); document.body.classList.remove("lx-payment-locked"); checkbox.checked = false; button.disabled = true; pendingAction = "profile"; } function continueAfterGate() { if (!checkbox.checked) return; setUnlocked(); closeGate(); window.open(steamProfileUrl, "_blank", "noopener,noreferrer"); } function handleSteamClick(event) { const link = findClickedLink(event.target); if (!link) return; const href = link.getAttribute("href") || ""; if (isSteamProfileTrigger(href)) { event.preventDefault(); event.stopPropagation(); event.stopImmediatePropagation(); openGate("profile"); return; } if (isSteamGiftCardTrigger(href)) { event.preventDefault(); event.stopPropagation(); event.stopImmediatePropagation(); if (isUnlocked()) { window.open(steamGiftCardUrl, "_blank", "noopener,noreferrer"); return; } openGate("giftcard"); } } document.addEventListener("click", handleSteamClick, true); checkbox.addEventListener("change", function () { button.disabled = !checkbox.checked; }); button.addEventListener("click", continueAfterGate); cancelButton.addEventListener("click", closeGate); gate.addEventListener("click", function (event) { if (event.target === gate) { closeGate(); } }); document.addEventListener("keydown", function (event) { if (event.key === "Escape") { closeGate(); } }); })();

DISCLAIMER:

''Robux payments are not available yet.''This payment option is still being set up. Robux payments will become available once the Roblox experience and Experience Pass/Gamepass payment system are ready.


Unavailable for now


© 2026 Lilxth. All rights reserved.
Designed, coded, and illustrated by Lilxth.