(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.data-privacy-src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P2BC6Q6N');

Help Center

API Introduction

Table of Contents

Skycore’s Mobile Wallet API v3 documentation is intended to be used as a guide to generate passes, generate passes by id, update pass data, get pass data, delete pass data, and get pass templates. API calls are listed below for each of the following pass types: Gift Cards, Boarding Passes, Event Tickets, Loyalty Cards, and Coupons. Each API call listed below will show an example of a successful request and response. This documentation also provides information about error codes and the text associated with each error code as well as postback codes and their parameters. If you are experiencing difficulties while using our API, please contact our support team.

API Endpoint #

All requests are made to the API URL which can be found in the API Settings of your account.
Please note that future updates to our Wallet service may change the API URL. We will provide advance notice of any URL change.

Definitions #

Pass: Any mention of “Pass” in this guide refers to a Gift Card, Boarding Pass, Event Ticket, Loyalty Card or Coupon.

Pass Template: Any mention of “Pass Template” in this guide refers to a template that is created for a certain pass type and contains generic pass data.

API: Any mention of “API” in this guide refers to the API calls used to trigger the following actions: generate passes, generate passes by id, update pass data, get pass data, delete pass data, or get pass templates.

Postback: Any mention of “Postback” in this guide refers to a notification that is sent to you regarding information about your Mobile Wallet passes.

Wallet: Any mention of “Wallet” in this guide refers to the Mobile Wallet apps Apple Wallet and Google Pay.

 

Go to Top