This documentation is currently under development. Certain sections are not yet complete and will be added shortly.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wallet pass content

Understand which Aparté ticket details can appear on Apple Wallet and Google Wallet passes.

Why pass content matters

A wallet ticket should show the information needed at a glance. In most cases, that means the event, the venue, the date, the seat, and the barcode.

The Aparté connector exposes both simple wallet-friendly fields and richer ticket details. This makes it possible to start with a clean design and expand only when needed.

Real-world examples
  • Concert ticket: show the event name, date, gate, block, row, and seat.

  • Theatre ticket: highlight venue, floor, designation, and rate category.

  • Multi-price event: display both the main price and supporting pricing labels when relevant.

Main information available on the pass

The connector can expose the most common ticketing data used on a wallet pass:

  • ticket holder identity

  • event and session details

  • order reference

  • seat and access information

  • venue details

  • barcode and ticket status

This is usually enough to build a clear event ticket without custom development.

Common fields used in designs

The most commonly used fields include:

  • aparte.eventLabel

  • aparte.eventSessionDateStart

  • aparte.venueLabel

  • aparte.categoryLabel

  • aparte.rank

  • aparte.seat

  • aparte.doorLabel

  • barcode

These fields cover the majority of standard ticket layouts for Apple Wallet and Google Wallet.

Additional details available

When a pass needs more context, the connector also exposes additional data such as order identifiers, pricing details, customer contact fields, venue address lines, and ticket status.

Examples include:

  • aparte.orderId

  • aparte.orderItemId

  • aparte.status

  • aparte.amounts

  • aparte.venueCity

This extra information is useful for richer designs, support flows, or advanced segmentation.

Keep the design simple

A wallet pass works best when the essential information is immediately visible. In many projects, the first version should focus on the event, seat, venue, and barcode, then add more fields only when they help operations or customer service.

When deeper customization is needed, the full Aparté ticket payload is also available under debug.aparte.ticket.

For routing and advanced customization strategy, see Advanced customization.

FAQ

Does every Aparté field need to appear on the wallet pass?

No. Most passes only need a small set of key fields. The rest can stay available in the background for future use.

Can the same connector support different ticket layouts?

Yes. Different pass templates can be used when the ticketing program needs several visual designs or content variations.

Is detailed pricing available?

Yes. The connector can expose both overall pricing data and individual amount components when they exist in Aparté.

Last updated