-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
213 changed files
with
905 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"_variables": { | ||
"financing_code": "PURCHASE_PROTECTION" | ||
}, | ||
"meta": { | ||
"id": "", | ||
"offer_country_code": "US", | ||
"offerType": "PURCHASE_PROTECTION", | ||
"lander": "https://www.paypal.com/us/digital-wallet/buyer-purchase-protection" | ||
}, | ||
"headline": [ | ||
["A safer, easier way to pay", ["default", "xsmall"]], | ||
["You're protected on most purchases.", ["small", "medium", "large", "xlarge"]] | ||
], | ||
"subHeadline": [], | ||
"disclaimer": [ | ||
["<span aria-hidden='true'>Terms Apply</span><span class='sr-only'> Terms Apply</span>", ["default"]] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"_variables": { | ||
"financing_code": "PURCHASE_PROTECTION" | ||
}, | ||
"meta": { | ||
"id": "", | ||
"offer_country_code": "US", | ||
"offerType": "PURCHASE_PROTECTION", | ||
"lander": "https://www.paypal.com/us/digital-wallet/buyer-purchase-protection" | ||
}, | ||
"headline": [ | ||
["A safer, easier way to pay", ["default", "xsmall"]], | ||
["You're protected on most purchases.", ["small", "medium", "large", "xlarge"]] | ||
], | ||
"subHeadline": [], | ||
"disclaimer": [ | ||
["<span aria-hidden='true'>Terms Apply</span><span class='sr-only'> Terms Apply</span>", ["default"]] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"meta": { | ||
"product": "PAY_LATER_LONG_TERM", | ||
"offerCountry": "DE", | ||
"language": "en-DE", | ||
"useV4Design": "false", | ||
"variables": { | ||
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}", | ||
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}", | ||
"financing_code": "${CREDIT_OFFERS_DS.financing_code}", | ||
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}", | ||
"total_payments": "${CREDIT_OFFERS_DS.total_payments}", | ||
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}", | ||
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}", | ||
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}", | ||
"minAmount": "${CREDIT_OFFERS_DS.minAmount}", | ||
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}", | ||
"apr": "${CREDIT_OFFERS_DS.apr}", | ||
"nominal_rate": "${CREDIT_OFFERS_DS.nominal_rate}", | ||
"formattedNominalRatePrecision2": "${CREDIT_OFFERS_DS.formattedNominalRatePrecision2}" | ||
} | ||
}, | ||
"content": { | ||
"headline": "Pay later in monthly installments", | ||
"subheadline": "Buy today, with no down payment.", | ||
"calculator": { | ||
"title": "How much is your purchase?", | ||
"inputLabel": "Value of goods", | ||
"inputPlaceholder": "{formattedMinAmount} - {formattedMaxAmount}", | ||
"inputCurrencySymbol": "€", | ||
"genericError": "Something went wrong. Please try later." | ||
}, | ||
"instructions": [ | ||
"Choose PayPal at checkout to pay later with<strong> PayPal Ratenzahlung</strong>.", | ||
"Complete your purchase in a few easy steps.", | ||
"That’s it! Pay early if you like, with no extra cost." | ||
], | ||
"disclosure": { | ||
"nonZeroAPR": "Subject to credit approval. Terms of 3, 6, 12, or 24 months. Starting from {formattedMinAmount} up to {formattedMaxAmount} order value. For terms of 3, 6, and 12 months, an annual percentage rate (APR) of 12.99% applies, with a fixed nominal interest rate of 12.19% p.a. for 3 months, 12.21% p.a. for 6 months, and 12.22% p.a. for 12 months. For the 24-month term, an APR of 11.99% applies, with a fixed nominal interest rate of 11.33% p.a. Representative example according to § 17 (4) PAngV: Net loan amount €1,000, total amount €1,067.79, 12 monthly installments of €88.98 each, fixed nominal interest rate 12.22% p.a., effective APR 12.99% p.a. The lender is PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg.", | ||
"zeroAPR": "Subject to credit approval and only for transactions in Euro. From an order value of {formattedMinAmount} up to {formattedMaxAmount} with an effective annual percentage rate (APR) of {formattedAPR}% p.a. and a fixed nominal interest rate of {formattedNominalRatePrecision2}% p.a. for loan agreements concluded during the promotional period. Terms of 3, 6, 12, or 24 months. The lender is PayPal (Europe) S.à r.l. et Cie, S.C.A., 22-24 Boulevard Royal, L-2449 Luxembourg. As a consumer, you have a right of withdrawal according to § 514 BGB for gratuitous loan agreements from a financing amount of €200. Eligible customers must grant PayPal a SEPA direct debit mandate and have a German PayPal personal account with a confirmed bank account as a payment source. Subject to availability. Terms may vary in certain use cases." | ||
}, | ||
"navLinkPrefix": "For other Pay later options,", | ||
"linkToProductList": "select Pay after 30 days." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"meta": { | ||
"offerCountry": "DE", | ||
"language": "en-DE", | ||
"useV4Design": "false", | ||
"periodicPayment": "{formattedPeriodicPayment}", | ||
"product": "PAY_LATER_PAY_IN_1", | ||
"minAmount": "{minAmount}", | ||
"maxAmount": "{maxAmount}", | ||
"qualifying": "{qualifying_offer}", | ||
"amount": "{transaction_amount}", | ||
"variables": { | ||
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}", | ||
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}", | ||
"financing_code": "${CREDIT_OFFERS_DS.financing_code}", | ||
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}", | ||
"total_payments": "${CREDIT_OFFERS_DS.total_payments}", | ||
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}", | ||
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}", | ||
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}", | ||
"minAmount": "${CREDIT_OFFERS_DS.minAmount}", | ||
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}" | ||
} | ||
}, | ||
"content": { | ||
"headline": "Buy what you love now. Pay in 30 Days.", | ||
"subheadline": "Available for purchases of <span>{formattedMinAmount} - {formattedMaxAmount}.</span>", | ||
"instructions": [ | ||
"Choose PayPal at checkout to use <strong> Pay in 30 Days.</strong>", | ||
"Complete your purchase in a few quick steps.", | ||
"Need more than 30 days? Postpone once for a fee." | ||
], | ||
"disclosure": [ | ||
"Available for purchases of {formattedMinAmount} - {formattedMaxAmount}. Subject to a credit check. Eligible customers must grant PayPal a SEPA direct debit mandate and have a German PayPal private account with a bank account as a funding instrument." | ||
], | ||
"navLinkPrefix": "For monthly Pay Later Options,", | ||
"linkToProductList": "see PayPal Ratenzahlung." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"meta": { | ||
"product": "PAY_LATER_LONG_TERM", | ||
"offerCountry": "DE", | ||
"formattedPeriodicPayment": "{formattedPeriodicPayment}", | ||
"minAmount": "{minAmount}", | ||
"maxAmount": "{maxAmount}", | ||
"qualifying": "{qualifying_offer}", | ||
"amount": "{transaction_amount}", | ||
"formattedMinAmount": "{formattedMinAmount}", | ||
"formattedMaxAmount": "{formattedMaxAmount}", | ||
"apr": "{apr}", | ||
"total_payments": "{total_payments}", | ||
"formattedTotalCost": "{formattedTotalCost}", | ||
"formattedTotalInterest": "{formattedTotalInterest}", | ||
"variables": { | ||
"transaction_amount": "${eval(transaction_amount ? transaction_amount : '-')}", | ||
"qualifying_offer": "${eval(CREDIT_OFFERS_DS.qualifying_offer ? CREDIT_OFFERS_DS.qualifying_offer : 'false')}", | ||
"financing_code": "${CREDIT_OFFERS_DS.financing_code}", | ||
"formattedPeriodicPayment": "${CREDIT_OFFERS_DS.formattedPeriodicPayment}", | ||
"total_payments": "${CREDIT_OFFERS_DS.total_payments}", | ||
"formattedMinAmount": "${CREDIT_OFFERS_DS.formattedMinAmount}", | ||
"formattedMaxAmount": "${CREDIT_OFFERS_DS.formattedMaxAmount}", | ||
"formattedTotalCost": "${CREDIT_OFFERS_DS.formattedTotalCost}", | ||
"minAmount": "${CREDIT_OFFERS_DS.minAmount}", | ||
"maxAmount": "${CREDIT_OFFERS_DS.maxAmount}", | ||
"apr": "${CREDIT_OFFERS_DS.apr}", | ||
"nominal_rate": "${CREDIT_OFFERS_DS.nominal_rate}" | ||
} | ||
}, | ||
"content": { | ||
"calculator": { | ||
"belowThreshold": "Enter an amount of {formattedMinAmount} or more.", | ||
"aboveThreshold": "Enter an amount no larger than {formattedMaxAmount}" | ||
}, | ||
"disclaimer": { | ||
"nonZeroAPR": "Eff. Annual interest rate 9,99% p.a., <br/> fixed borrowing rate {nominal_rate}% p.a.", | ||
"zeroAPR": "Eff. Annual interest rate 0,00% p.a., <br/> fixed borrowing rate 0,00% p.a." | ||
}, | ||
"termsLabel": { | ||
"offerPayment": "{formattedPeriodicPayment} / month", | ||
"offerNumInstallments": "{total_payments} installments", | ||
"eMoney": "Transaction amount e-money service", | ||
"totalInterest": "Interest amount", | ||
"total": "Total amount" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.