<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayontheWeb",
  "identifier" : "/documentation/ApplePayontheWeb/ApplePayPaymentOrderDetails",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Apple Pay on the Web"
    ],
    "preciseIdentifier" : "struct/ApplePayPaymentOrderDetails"
  },
  "title" : "ApplePayPaymentOrderDetails"
}
-->

# ApplePayPaymentOrderDetails

A dictionary that contains metadata related to an order.

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

## Topics

### Providing order information

[`authenticationToken`](/documentation/ApplePayontheWeb/ApplePayPaymentOrderDetails/authenticationToken)

The authentication token supplied to your web service.

[`orderIdentifier`](/documentation/ApplePayontheWeb/ApplePayPaymentOrderDetails/orderIdentifier)

A unique order identifier scoped to your order type identifier.

[`orderTypeIdentifier`](/documentation/ApplePayontheWeb/ApplePayPaymentOrderDetails/orderTypeIdentifier)

An identifier for the order type associated with the order.

[`webServiceURL`](/documentation/ApplePayontheWeb/ApplePayPaymentOrderDetails/webServiceURL)

The URL of your web service.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)