Developers

Integration options for wallet-pass programs.

Connect PassIssuer where it matters: issue passes from backend events, update live fields, import lists, and route lifecycle events back to your stack.

Developers

One request to a
live pass.

REST, webhooks, idempotent retries. Or wire it to your CRM and never touch code at all.

POST api.passissuer.com/v1/passes200 · 142ms
curl -X POST https://api.passissuer.com/v1/passes \
  -H "Authorization: Bearer $PASSISSUER_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "sample-loyalty-stamps",
    "customer": { "email": "[email protected]" },
    "fields":   { "stamps": 6, "tier": "regular" },
    "location": "berlin-mitte"
  }'

// → wallet URLs returned. The customer adds it
// in one tap, on Apple or Google.
RESTJSON+ webhooks

API issuing

Create passes from your backend when a customer joins, buys, renews, registers, or qualifies.

Webhooks

Send add, update, scan, redemption, and removal events into your own systems and audit trail.

Custom integration

Scope direct connections to CRM, POS, ecommerce, ticketing, data warehouse, or internal tools.

To access docs and sandbox API, talk to us about integration.