|
| 1 | +{ |
| 2 | + "meta": { |
| 3 | + "product": "PAY_LATER_LONG_TERM", |
| 4 | + "offerCountry": "IT", |
| 5 | + "useV5Design": "true", |
| 6 | + "v5.1": "true", |
| 7 | + "variables": { |
| 8 | + "transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}", |
| 9 | + "qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}", |
| 10 | + "financing_code": "${CREDIT_OFFERS_DS.financing_code}", |
| 11 | + "formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}", |
| 12 | + "total_payments": "${CREDIT_OFFERS_DS.total_payments}", |
| 13 | + "formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}", |
| 14 | + "formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}", |
| 15 | + "formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}", |
| 16 | + "minAmount": "${CREDIT_OFFERS_DS.minAmount}", |
| 17 | + "maxAmount": "${CREDIT_OFFERS_DS.maxAmount}", |
| 18 | + "apr": "${CREDIT_OFFERS_DS.apr}", |
| 19 | + "nominal_rate": "${CREDIT_OFFERS_DS.nominal_rate}", |
| 20 | + "formattedNominalRatePrecision2": "${CREDIT_OFFERS_DS.formattedNominalRatePrecision2}" |
| 21 | + } |
| 22 | + }, |
| 23 | + "content": { |
| 24 | + "headline": "Paga in 6, 12 o 24 rate", |
| 25 | + "subheadline": "Acquista oggi, senza acconto", |
| 26 | + "calculator": { |
| 27 | + "title": "Qual è l'importo del tuo acquisto?", |
| 28 | + "genericTitle": "Qual è l'importo del tuo acquisto?", |
| 29 | + "inputLabel": "Importo dell'acquisto", |
| 30 | + "inputPlaceholder": "0 €", |
| 31 | + "inputCurrencySymbol": "€", |
| 32 | + "genericError": "Qualcosa è andato storto. Riprova più tardi." |
| 33 | + }, |
| 34 | + "genericDisclaimer": "*Tutti gli esempi hanno natura rappresentativa. Le condizioni finali e i tassi d'interesse applicati variano in base all'importo dell'acquisto e al profilo del cliente. L’importo delle rate è arrotondato.", |
| 35 | + "instructions": [ |
| 36 | + "Scegli PayPal al checkout e paga dopo con <strong>Paga in 6, 12 o 24 rate</strong>.", |
| 37 | + "Ottieni una decisione in pochi secondi e completa il tuo acquisto.", |
| 38 | + "Usa il pagamento automatico per i pagamenti. È facile!" |
| 39 | + ], |
| 40 | + "disclosure": [ |
| 41 | + "Paga in 6, 12 o 24 rate è soggetto all'approvazione di PayPal e all'idoneità del cliente. Per acquisti da {formatted_min_amount} a {formatted_max_amount}. Per poter fare richiesta devi avere almeno 18 anni, essere residente in Italia e avere un conto PayPal. Consulta la bozza di ", |
| 42 | + [ |
| 43 | + "contratto di finanziamento", |
| 44 | + "https://www.paypalobjects.com/marketing/web23/it/ppe/buy-now-pay-later/pay-monthly-contract-Italy.pdf", |
| 45 | + "contratto di finanziamento, si apre in una nuova scheda" |
| 46 | + ], |
| 47 | + " (contenente anche le Informazioni europee di base sul credito ai consumatori). Il creditore è PayPal (Europe) S.à r.l et Cie, SCA, 22-24 Boulevard Royal, L-2449 Lussemburgo. Queste informazioni sono fornite da PayPal." |
| 48 | + ], |
| 49 | + "linkToProductList": "Scopri altri metodi per pagare a rate" |
| 50 | + } |
| 51 | +} |
0 commit comments