# Mobile Wallets

The virtual card can be seamlessly integrated with **Apple Pay** and **Google Pay**, allowing users to make fast and secure payments using their mobile devices. Mobile wallet support enables contactless payments without the need for a physical card.

Once a card is issued, it can be added to a mobile wallet within seconds and used immediately for both online and in-store purchases.

***

## Apple Pay

Apple Pay allows users to pay with their iPhone or Apple Watch anywhere contactless payments are supported.

### How to add the card to Apple Pay

{% stepper %}
{% step %}

### Open Apple Wallet

Open **Apple Wallet** on your device.
{% endstep %}

{% step %}

### Add Card

Tap **Add Card**.
{% endstep %}

{% step %}

### Enter Card Details

Enter the virtual card details.
{% endstep %}

{% step %}

### Verify

Complete the verification process.
{% endstep %}
{% endstepper %}

After the card is added, payments can be authorized using Face ID, Touch ID, or device passcode. The actual card number is never shared with merchants, as Apple Pay uses tokenization to protect sensitive data.

## Google Pay

Google Pay enables contactless payments using Android smartphones and supported devices.

### How to add the card to Google Pay

{% stepper %}
{% step %}

### Open Google Wallet

Open **Google Wallet**.
{% endstep %}

{% step %}

### Add to Wallet

Tap **Add to Wallet**.
{% endstep %}

{% step %}

### Enter Card Details

Enter the virtual card details.
{% endstep %}

{% step %}

### Confirm Verification

Confirm verification.
{% endstep %}
{% endstepper %}

Payments are secured using device-level authentication such as fingerprint, PIN, or pattern lock.

***

## Mobile Wallet Benefits

| Benefit              | Description                                               |
| -------------------- | --------------------------------------------------------- |
| Contactless payments | Pay with phone or smart watch                             |
| Tokenized payments   | Card details are not shared during mobile wallet payments |
| Fast checkout        | No need to enter card details                             |
| Wide acceptance      | Works anywhere mobile payments are supported              |

By combining crypto-backed cards with mobile wallets, users can spend cryptocurrency in a modern, convenient, and secure way.


---

# 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.starpayinfo.com/welcome/mobile-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.
