Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The enableDelegations()
method of the PaymentManager
interface delegates responsibility for providing various parts of the required payment information to the payment app rather than collecting it from the browser (for example, via autofill).
For example, if the requestShipping
option is set to true
in the options object when invoking the PaymentRequest()
constructor, a shipping address will be returned.
- If
enableDelegations()
was used to delegateshippingAddress
, that address will come from the payment app. - If not, it will come from the browser autofill.