Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The PaymentValidationErrors
dictionary represents objects providing information about any and all errors that occurred while processing a payment request. When validation of the PaymentResponse
returned by the PaymentRequest.show()
or PaymentResponse.retry()
methods fails, your code creates a PaymentValidationErrors
object to pass into retry()
so that the user agent knows what needs to be fixed and what if any error messages to display to the user.