---
title: ApplePayPaymentOrderDetails
framework: applepayontheweb
role: symbol
role_heading: Structure
path: applepayontheweb/applepaypaymentorderdetails
---

# ApplePayPaymentOrderDetails

A dictionary that contains metadata related to an order.

## Declaration

```data
dictionary ApplePayPaymentOrderDetails {
	required DOMString orderTypeIdentifier;
	required DOMString orderIdentifier;
	required DOMString webServiceURL;
	required DOMString authenticationToken;
};
```

## Topics

### Providing order information

- [authenticationToken](applepayontheweb/applepaypaymentorderdetails/authenticationtoken.md)
- [orderIdentifier](applepayontheweb/applepaypaymentorderdetails/orderidentifier.md)
- [orderTypeIdentifier](applepayontheweb/applepaypaymentorderdetails/ordertypeidentifier.md)
- [webServiceURL](applepayontheweb/applepaypaymentorderdetails/webserviceurl.md)

## See Also

### Providing order details

- [orderDetails](applepayontheweb/applepaypaymentauthorizationresult/orderdetails.md)
