## Payment Method Identifier
The standardized payment method identifier is "`web-platform-test`".
PaymentRequest
for the testing purposes.
### PaymentTestRequest dictionary
dictionary PaymentTestRequest {
PaymentUserAction emulateUserAction;
};
### emulateUserAction member
The user action to emulate are represented by values of the PaymentUserAction enum.
### PaymentUserAction enum
enum PaymentUserAction { "not-supported", "abort" };
PaymentResponse
for the testing purposes.
### TestPaymentResponse dictionary
dictionary TestPaymentResponse {};