# Wallets

- [Apple Pay](https://docs.hyperswitch.io/integrations/wallets/apple-pay.md): Complete guide to integrating Apple Pay wallet payment method with Juspay Hyperswitch for web and iOS platforms
- [Web Domain](https://docs.hyperswitch.io/integrations/wallets/apple-pay/web-domain.md): Enable Apple Pay on your web domains with Juspay Hyperswitch
- [iOS Application](https://docs.hyperswitch.io/integrations/wallets/apple-pay/ios-application.md): Enable Apple Pay on your iOS application with Juspay Hyperswitch
- [In-App and Web Transactions Processed Using Hyperswitch Decryption](https://docs.hyperswitch.io/integrations/wallets/apple-pay/in-app-and-web-transactions-processed-using-hyperswitch-decryption.md): Learn how to process Apple Pay in-app and web transactions using Hyperswitch decryption, including certificate setup and configuration steps.
- [In-App and Web Transactions Processed Using PSP Decryption](https://docs.hyperswitch.io/integrations/wallets/apple-pay/in-app-and-web-transactions-processed-using-psp-decryption.md): Learn how to process Apple Pay in-app and web transactions using PSP decryption, where the connector handles token decryption and authorization.
- [In-App and Web Transactions Processed Using Merchant Decryption](https://docs.hyperswitch.io/integrations/wallets/apple-pay/in-app-and-web-transactions-processed-using-merchant-decryption.md): Learn how to handle Apple Pay decryption internally on your merchant server with PCI DSS compliance requirements and step-by-step decryption workflow.
- [Web Transactions Processed Using Hyperswitch Decryption (Without Apple Merchant ID)](https://docs.hyperswitch.io/integrations/wallets/apple-pay/web-transactions-processed-using-hyperswitch-decryption-without-apple-merchant-id.md): Process Apple Pay web transactions through Hyperswitch decryption without requiring an Apple Merchant ID
- [Google Pay](https://docs.hyperswitch.io/integrations/wallets/google-pay.md): Set up Google Pay integration on your application through Juspay Hyperswitch
- [In-App and Web Transactions Processed Using Hyperswitch Decryption](https://docs.hyperswitch.io/integrations/wallets/google-pay/in-app-and-web-transactions-processed-using-hyperswitch-decryption.md): Process Google Pay in-app and web transactions through Hyperswitch decryption for flexible routing to any downstream processor
- [In-App and Web Transactions Processed Using PSP Decryption](https://docs.hyperswitch.io/integrations/wallets/google-pay/in-app-and-web-transactions-processed-using-psp-decryption.md): Configure Google Pay in-app and web transactions with PSP decryption for secure payment processing
- [PayPal](https://docs.hyperswitch.io/integrations/wallets/paypal.md): Setup PayPal on your application
- [Samsung Pay](https://docs.hyperswitch.io/integrations/wallets/samsung-pay.md): Configure Samsung Pay wallet payment method on Juspay Hyperswitch for secure mobile payments


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperswitch.io/integrations/wallets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
