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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
PayerErrors | Chrome
Full support
71
| Edge ? | Firefox
Full support
64
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
71
| Firefox Android
Full support
64
| Opera Android No support No | Safari iOS ? | Samsung Internet Android Full support 6.0 |
email | Chrome
Full support
71
| Edge ? | Firefox
Full support
64
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
71
| Firefox Android
Full support
64
| Opera Android No support No | Safari iOS ? | Samsung Internet Android Full support 6.0 |
name | Chrome
Full support
71
| Edge ? | Firefox
Full support
64
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
71
| Firefox Android
Full support
64
| Opera Android No support No | Safari iOS ? | Samsung Internet Android Full support 6.0 |
phone | Chrome
Full support
71
| Edge ? | Firefox
Full support
64
| IE No support No | Opera No support No | Safari ? | WebView Android No support No | Chrome Android
Full support
71
| Firefox Android
Full support
64
| Opera Android No support No | Safari iOS ? | Samsung Internet Android Full support 6.0 |
Legend
- Full support
- Full support
- No support
- No support
- Compatibility unknown
- Compatibility unknown
- Experimental. Expect behavior to change in the future.
- Experimental. Expect behavior to change in the future.
- See implementation notes.
- See implementation notes.
- User must explicitly enable this feature.
- User must explicitly enable this feature.
- Uses a non-standard name.
- Uses a non-standard name.