> For the complete documentation index, see [llms.txt](https://docs.merchant.alb.ua/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.merchant.alb.ua/en/payment-methods-h2h/applepay-encrypted/request-apay-support-on-the-page.md).

# Request aPay support on the page

```javascript
if (!window.ApplePaySession || !window.ApplePaySession?.canMakePayments?.()) {
    return <div>Apple Pay is not supported on this device</div>;
}
```
