Skip to content
English
  • There are no suggestions because the search field is empty.

Example of filling in the Localization field

{
  "default": "en",
  "en": {
    "header": {
      "secureInfo": {
        "text": "Secure payment is provided by [PSP name](link to PSP website)"
      }
    },
    "buttons": {
      "card": {
        "text": "Pay with card {amount}"
      },
      "brands": {
        "text": "Other payment methods"
      },
      "pay": {
        "text": "Pay {amount}"
      }
    },
    "inputs": {
      "holder": {
        "placeholder": "Enter cardholder name"
      },
      "cvc": {
        "placeholder": "CVV",
        "textError": "Enter CVC code",
        "hint": "3-digit code located on the back of your card"
      },
      "number": {
        "placeholder": "Card number",
        "textError": "Incorrect card number"
      },
      "expired": {
        "placeholder": "Expires",
        "textError": "Correct the expiration date"
      }
    }
  }
}