Articles tagged: Payment Request API
Found 46 documents
- Web/API/BasicCardRequest The BasicCardRequest dictionary is a JavaScript object-structure that can be used in the Payment ...
- Web/API/BasicCardRequest/supportedNetworks The supportedNetworks property of the BasicCardRequest dictionary contains an array of DOMString ...
- Web/API/BasicCardRequest/supportedTypes The supportedTypes property of the BasicCardRequest dictionary contains an array of DOMString s ...
- Web/API/BasicCardResponse The BasicCardResponse dictionary (related to the Payment Request API, although defined in the ...
- Web/API/BasicCardResponse/billingAddress The billingAddress property of the BasicCardResponse dictionary contains the billing address of ...
- Web/API/BasicCardResponse/cardholderName The cardNumber property of the BasicCardResponse dictionary contains the cardholder name of the ...
- Web/API/BasicCardResponse/cardNumber The cardNumber property of the BasicCardResponse dictionary contains the number of the card used ...
- Web/API/BasicCardResponse/cardSecurityCode The cardSecurityCode property of the BasicCardResponse dictionary contains the security code of ...
- Web/API/BasicCardResponse/expiryMonth The expiryMonth property of the BasicCardResponse dictionary contains the expiry month of the ...
- Web/API/BasicCardResponse/expiryYear The expiryYear property of the BasicCardResponse dictionary contains the expiry year of the card ...
- Web/API/PaymentAddress The PaymentAddress interface of the Payment Request API stores address information.
- Web/API/PaymentAddress/addressLine The addressLine read-only property of the PaymentAddress interface returns a string array ...
- Web/API/PaymentAddress/city The city read-only property of the PaymentAddress interface returns a string containing the city ...
- Web/API/PaymentAddress/country The country read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/dependentLocality The dependentLocality read-only property of the PaymentAddress interface returns a string ...
- Web/API/PaymentAddress/languageCode The languageCode read-only property of the PaymentAddress interface returns a string containing ...
- Web/API/PaymentAddress/organization The organization read-only property of the PaymentAddress interface returns a string containing ...
- Web/API/PaymentAddress/phone The phone read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/postalCode The postalCode read-only property of the PaymentAddress interface returns a string containing a ...
- Web/API/PaymentAddress/recipient The recipient read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/region The region read-only property of the PaymentAddress interface returns a string containing a top ...
- Web/API/PaymentAddress/sortingCode The sortingCode read-only property of the PaymentAddress interface returns a string containing a ...
- Web/API/PaymentAddress/toJSON The toJSON() property of the PaymentAddress interface is a standard serializer that returns a ...
- Web/API/PaymentRequest The PaymentRequest interface of the Payment Request API manages the process of a user making a ...
- Web/API/PaymentRequest/abort The PaymentRequest.abort() method of the PaymentRequest interface causes the user agent to end ...
- Web/API/PaymentRequest/canMakePayment The PaymentRequest.canMakePayment() method of the PaymentRequest interface indicates whether the ...
- Web/API/PaymentRequest/id The id read-only property of the PaymentRequest interface returns the free-form identifier ...
- Web/API/PaymentRequest/onshippingaddresschange The onshippingaddresschange event of the PaymentRequest interface is fired whenever the user ...
- Web/API/PaymentRequest/onshippingoptionchange The onshippingoptionchange event of the PaymentRequest interface is fired whenever the user ...
- Web/API/PaymentRequest/PaymentRequest The PaymentRequest() constructor creates a new PaymentRequest object.
- Web/API/PaymentRequest/shippingAddress The shippingAddress read-only property of the PaymentRequest interface returns the shipping ...
- Web/API/PaymentRequest/shippingOption The shippingOption read-only attribute of the PaymentRequest interface returns either the id of ...
- Web/API/PaymentRequest/shippingType The shippingType read-only property of the PaymentRequest interface returns one of "shipping", ...
- Web/API/PaymentRequest/show The PaymentRequest.show() method of the PaymentRequest interface causes the user agent to begin ...
- Web/API/PaymentRequestUpdateEvent The PaymentRequestUpdateEvent interface of the the Payment Request API enables a web page to ...
- Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent The PaymentRequestUpdateEvent constructor creates a new PaymentRequestUpdateEvent object which ...
- Web/API/PaymentRequestUpdateEvent/updateWith The updateWith property of the PaymentRequestUpdateEvent interface updates the details of an ...
- Web/API/PaymentResponse/complete The PaymentRequest.complete() method of the PaymentRequest API notifies the user agent that the ...
- Web/API/PaymentResponse/details The details read-only property of the PaymentResponse interface returns a JSON-serializable ...
- Web/API/PaymentResponse/methodName The methodName read-only property of the PaymentResponse interface returns the payment method ...
- Web/API/PaymentResponse/payerEmail The payerEmail read-only property of the PaymentResponse interface returns the email address ...
- Web/API/PaymentResponse/payerName The payerName readonly property of the PaymentResponse interface returns the name supplied by ...
- Web/API/PaymentResponse/payerPhone The payerPhone read-only property of the PaymentResponse interface returns the phone number ...
- Web/API/PaymentResponse/requestId The requestId read-only property of the PaymentResponse interface rreturns the free-form ...
- Web/API/PaymentResponse/shippingAddress The shippingAddress read-only property of the PaymentRequest interface returns a PaymentAddress ...
- Web/API/Payment_Request_API The Payment Request API defines a consistent user experience across payment methods, payment ...