The PayerErrors
dictionary is used by the Payment Request API to indicate the presence of—and to explain how to correct—validation errors in the payer details. For each field in the payment information that fails validation, the PayerErrors
object contains a string explaining the error.
The payer details include the payer's name, phone number, and email address.
Properties
email
Optional- If present, this
DOMString
is a string describing the validation error from which the payer's email address—as given byPaymentResponse.payerEmail
—currently suffers. If this property is absent from thePayerErrors
object, the email address passed validation. name
Optional- If this
DOMString
is present in the object, thePaymentResponse.payerName
property failed validation, and this string explains what needs to be corrected. If this property is absent, the paer name is fine phone
Optional- If present, this string is an error message explaining why the payer's phone number (
PaymentResponse.payerPhone
) failed validation. This property is absent if the phone number passed validation.
Example
Specifications
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'PayerErrors' in that specification. |
Candidate Recommendation | Initial definition. |
Browser compatibility
BCD tables only load in the browser