{
    "shopwarePayments": {
        "error": {
            "GENERIC_ERROR": "An error occurred during the payment process. Please try again or choose another payment method.",
            "SCRIPT_ERROR": "Failed to load payment provider. Please refresh the page and try again.",
            "SCRIPT_NOT_LOADED": "Payment provider script could not be loaded. Please refresh the page and try again.",
            "NOT_ELIGIBLE": "This payment method is not available for your transaction. Please choose another payment method.",
            "BROWSER_UNSUPPORTED": "The selected payment method does not support your current browser. Please try another browser or choose another payment method.",
            "USER_CANCELLED": "Payment was cancelled. Please try again or choose another payment method."
        },
        "card": {
            "cardholderName": "Card holder name",
            "cardNumber": "Card number",
            "expiration": "MM / YY",
            "cvv": "CVV"
        },
        "sepa": {
            "iban": "IBAN",
            "accountHolderName": "Account holder name",
            "fieldRequired": "This field is required.",
            "ibanInvalid": "Please enter a valid IBAN."
        },
        "vault": {
            "rememberAccount": "Remember payment information for future purchases",
            "remove": "Remove saved payment information"
        }
    }
}
