(function () { var ENDPOINT = "https://app.cash4pawn.com/api/functions/trackEvent"; function getSessionId() { try { var sid = sessionStorage.getItem("c4p_session_id"); if (!sid) { sid = "sess_" + Date.now() + "_" + Math.random().toString(36).slice(2, 10); sessionStorage.setItem("c4p_session_id", sid); } return sid; } catch (e) { return "sess_" + Date.now(); } } function getDeviceType() { var ua = navigator.userAgent; if (/tablet|ipad/i.test(ua)) return "tablet"; if (/mobi|android|iphone/i.test(ua)) return "mobile"; return "desktop"; } function trackPageView() { var event = { event_type: "page_view", source: "wix", page_url: window.location.href, page_path: window.location.pathname, page_title: document.title, session_id: getSessionId(), referrer: document.referrer, user_agent: navigator.userAgent, device_type: getDeviceType(), }; fetch(ENDPOINT, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ events: [event] }), mode: "cors", }).catch(function () {}); } if (document.readyState === "complete") { trackPageView(); } else { window.addEventListener("load", trackPageView); } var lastPath = window.location.pathname; setInterval(function () { if (window.location.pathname !== lastPath) { lastPath = window.location.pathname; trackPageView(); } }, 1000); })();
top of page
HÉROE

¿Cómo solicitar un plan de pago a plazos en línea?

¿Encontraste algo en nuestra tienda que aún no estás listo para comprar?
¡Cash 4 Pawn Gold & Luxury Shop te ofrece un práctico programa de pago a plazos pensado especialmente para ti!
Es fácil.

Abre una conversación sobre el producto y pulsa "Solicitar pago a plazos" en la parte inferior del chat.

Elige un plan de pago a plazos:

Plan de 30 días: se requiere un pago inicial del 20%.

Plan de 60 días: se requiere un pago inicial del 30%.

Podrás ver el importe exacto del pago inicial y el saldo restante antes de enviarlo.

Envíe la solicitud; el proveedor la revisará.

Una vez aprobado, tienes 24 horas para visitar la tienda con tu código QR.

Pulsa "QR" en el chat para ver tu código QR de apartado y preséntalo en la tienda para realizar el pago inicial.

bottom of page