Welcome to Walletap
The complete mobile wallet platform
Walletap is a comprehensive platform for managing the complete lifecycle of mobile wallet passes across Apple Wallet, Google Wallet, and Huawei Wallet. Unlike traditional mobile apps that require installation, Walletap leverages the wallet applications that come pre-installed on every smartphone, making pass distribution seamless and adoption effortless.
Our platform enables you to design, issue, distribute, and manage digital passes such as membership cards, event tickets, loyalty cards, boarding passes, and coupons directly to your customers' existing wallet apps. Since every iPhone comes with Apple Wallet and every Android device includes Google Wallet, your customers can instantly add and use your passes without downloading additional software.
With Walletap's API-first approach, you can integrate mobile wallet functionality into your existing applications in minutes. Create beautiful, functional passes that update in real-time, send push notifications, and provide rich user experiences—all while leveraging the trusted, secure wallet infrastructure that customers already know and use daily.
Quick Start
3. Issue Passes
Use our API to create and distribute passes to users
Your First API Call
Here's how to create your first pass with a simple API call:
Create a Pass
curl -X POST https://www.walletap.io/api/pass \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"templateId": "your-template-id",
"customFields": {
"memberName": "John Doe",
"memberNumber": "12345"
}
}'