A Base64-encoded string used to contain your application-specific data.
SDKs
- Safari Desktop 10.0+
- Safari Mobile 10.0+
Framework
- Apple Pay JS
Declaration
DOMString applicationData;
Discussion
Use this property to contain additional data as may be appropriate for your website. For example, the application data may be a shopping cart identifier or an order number that your back end will need to identify this transaction.
You are responsible for sending the full application data to your server, if needed.
The application data string must be Base64-encoded; otherwise, it is ignored.