Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Payment Services dictionary

The default Payment Services dictionary file (i18n/en_US.json) contains the default values for all labels and text common to the Payment Services drop-in component.

Default keys and values

en_US.json
{
PaymentServices: {
CreditCard: {
formFields: {
cvv: {
invalidError: Enter valid cvv.,
label: ,
missingError: This field is required.,
placeholder: CVV*
},
expirationDate: {
invalidError: Enter valid expiration date.,
label: ,
missingError: This field is required.,
placeholder: MM/YY*
},
number: {
invalidError: Enter valid card number.,
label: ,
missingError: This field is required.,
placeholder: Card Number*
}
},
messages: {
methodNotAvailable: Payment method not available. Please contact support.,
methodNotLoaded: Failed to load payment method. Please try again later.
}
}
}
}