We support all Apple Wallet pass styles: Coupons, Store Cards, Event Tickets, Membership / Generic Cards and Boarding Passes.
PassSlot supports all major mobile platforms: iOS, Android, Windows Phone, Blackberry and any other platform that supports HTML5.
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.
We have built in support for popular payment providers like PayPal, Stripe or PAYMILL.
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.
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: