> For the complete documentation index, see [llms.txt](https://docs.starpayinfo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starpayinfo.com/welcome/apple-and-google-pay.md).

# Apple & Google pay

<figure><img src="/files/RG2SZzFERYvzfvbWqJow" alt=""><figcaption></figcaption></figure>

Our platform supports seamless integration with **Apple Pay** and **Google Pay**, giving users the ability to pay for goods and services using their mobile devices with convenience and security. Once a payment card is issued, it can be added to Apple Wallet or Google Wallet in just a few taps, allowing users to start paying immediately.

***

## Adding a card to a mobile wallet

* Apple Pay: Open Apple Wallet on your iPhone or Apple Watch, select “Add Card,” and follow the on-screen instructions.
* Google Pay: Open the Google Wallet app on your Android device, tap “Add to Wallet,” and complete the setup within seconds.

No waiting period or manual approval is required.

***

## Where you can pay

After the card is added to a mobile wallet, it can be used for payments anywhere mobile wallet payments are supported, including:

* In-store purchases
* Online checkouts
* In-app payments

Mobile wallet payments allow transactions to be completed without manually entering card details.

{% hint style="info" %}
Card numbers are never shared with merchants. Transactions are protected using tokenization and device-specific account numbers. Payments are authorized through built-in device security such as Face ID, Touch ID, fingerprint authentication, PIN codes, or passkeys.
{% endhint %}

***

## Crypto-backed balance + mobile wallet

By combining a crypto-backed balance with mobile wallet functionality, the platform delivers a modern payment experience. Users can rely on their smartphone or smartwatch for daily spending while maintaining security and privacy. Apple Pay and Google Pay make spending crypto simple, fast, and accessible anywhere digital payments are supported.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.starpayinfo.com/welcome/apple-and-google-pay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
