v1

latestOpenAPI 3.0.12026-08-06135498863.0 KB
Completed Order Assets

Gets a google wallet pass containing an 'event ticket' pass for each order showtime within a completed standard order

Can be used to create an 'Add to Google Wallet' button for a completed standard order

Opening the Google Wallet Pass on a supported device will prompt the patron to add the passes to their Google Wallet.

Licenses Required

  • Vista.Ocapi
get/ocapi/v1/orders/completed/{orderId}/assets/google-wallet-pass

Path parameters

orderIdstring required

The unique identifier of the completed standard order

Headers

Connect-Region-Codestring

Region Code

Response

Success

jwtstring required

Gets the encoded and signed JSON Web Token (JWT)

urlstring uri required

Gets the URL that can be used to create an 'Add to Google Wallet' link for web, email, or SMS

Example response

{
  "jwt": "eyJhbGci6IkpXVCJ9.eyJhdWQiO...6EkC1Ahp6A",
  "url": "https://pay.google.com/gp/v/save/eyJhbGci6IkpXVCJ9.eyJhdWQiO...6EkC1Ahp6A"
}
All 135 operations