> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/integrations/universal-channel/how-to-manage-mobile-wallets.md).

# How to manage mobile wallets?

## What are mobile wallets?

Mobile wallets store digital payment cards and passes on a smartphone.

Apple Wallet and Google Wallet are common examples. Beyond payments, wallets can hold loyalty cards, coupons, boarding passes, tickets, and membership cards.

Wallet passes give customers a convenient, always-available version of these items. They can also display timely updates, such as a changed balance or offer.

## How does Batch support mobile wallets?

Batch manages wallet interactions through [Universal Channel](/getting-started/features/customer-engagement-platform/message/universal-channel.md).

From a trigger automation, Batch sends a personalized `POST` request to your wallet provider's API. The provider then creates, updates, or distributes the wallet pass.

For example, Batch can trigger a wallet provider to:

* issue a loyalty card after registration;
* update points or membership status after a purchase;
* send a new offer to eligible customers.

Batch does not create or host wallet passes itself. A wallet provider, such as [The Wallet Crew](https://www.thewalletcrew.io/en), handles the pass lifecycle.

{% hint style="info" %}
Universal Channel is a paid offering. Contact your CSM or Account Manager to enable it.
{% endhint %}


---

# 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://doc.batch.com/integrations/universal-channel/how-to-manage-mobile-wallets.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.
