Build Customer Loyalty

using the Mobile Wallet

Learn more

Create, Design and Distribute your own Apple Wallet Pass.

PassSlot is a service that aims to make Apple Wallet (Passbook) usage easy – Really easy.
For everybody.

Create Passbook Passes with PassSlot's Passbook Designer

Apple Wallet Pass Designer

Building your own Wallet Pass is dead simple: Choose your template, upload your images and write your text directly on your pass.

 

We support all Apple Wallet pass styles: Coupons, Store Cards, Event Tickets, Membership / Generic Cards and Boarding Passes.

Demo


Pass Distribution & Analytics

Spread your Wallet Passes on all major mobile platforms and gain interesting insights into how your Wallet Passes are used.

 

 

PassSlot supports all major mobile platforms: iOS, Android, Windows Phone, Blackberry and any other platform that supports HTML5.

   

Wallet Analytics give you insights into Apple Wallet (Passbook) usage

With Pass Verifier you can validate and redeem Apple Wallet (Passbook) passes

Redemption System

Validate and redeem your Wallet Passes with confidence. No expensive hardware required.

 

Together with the free Pass Verifier app you can scan, validate, redeem passes or change field of the passes. You don't have to buy expensive scanning hardware. You can also integrate your own validation system.


Payment Integration

Use Apple Wallet as mobile payment system. You can sell event tickets or let users buy store cards.

 

We have built in support for popular payment providers like PayPal, Stripe or PAYMILL.

PassSlot provides payment integration for PayPal, Stripe and PAYMILL

Our Apple Wallet (Passbook) service can be integrated with any system

Full Flexibility & Integration

You keep control of every aspect of your Apple Wallet Passes with our REST API, Webhooks, Custom Branding and many more features.

 

PassSlot can be integrated with any system connected to the internet. We provide an extensive REST API and Webhooks. You can even run your own managed PassSlot service.


Objective-C framework for iOS 6 and Apple® Pass Kit

If you are developing for iOS, we do have something for you. We've created a SDK that makes Passbook integration a piece of cake. Just add our iOS SDK to your project and you can generate Passbook passes within seconds. You don't need to care about all the details like encryption, API calls or connection handling, our SDK handles this for you.

[PassSlot start:@"<your app key>"];

NSDictionary *values = [NSDictionary dictionaryWithObjectsAndKeys:
							@"John", @"firstName" , 
							@"Doe", @"lastName", 
							@"2012", @"memberSince", nil];

[PassSlot createPassFromTemplateWithName:@"Member Card" withValues:values 
	andRequestInstallation:self completion:^{
	NSLog(@"PassSlot is SO EASY!");
}];

The PassSlot SDK is a state of the art SDK that uses all of the exciting new features that the Objective-C language provides:

  • ARC (Automatic Reference Counting)
  • Fully asynchronous networking
  • Block based callbacks