Back to Content

MerchantValidationEvent: methodName property

files/en-us/web/api/merchantvalidationevent/methodname/index.md

latest859 B
Original Source

{{APIRef("Payment Request API")}}{{Deprecated_Header}}{{SecureContext_Header}}

The {{domxref("MerchantValidationEvent")}} property methodName is a read-only value which returns a string indicating the payment method identifier which represents the payment handler that requires merchant validation.

Value

A read-only string which uniquely identifies the payment handler which is requesting merchant validation. See Merchant validation for more information on the process.

Browser compatibility

{{Compat}}

See also