# `WalletPasses.Google.Router`
[🔗](https://gitlab.com/phinnaeus/wallet_passes/blob/main/lib/wallet_passes/google/router.ex#L1)

Plug.Router for Google Wallet class callbacks.

Mount in your Phoenix router outside any CSRF-protected pipeline:

    forward "/passes/google", to: WalletPasses.Google.Router

The endpoint is `POST /callback`. Configure the URL Google should hit:

    config :wallet_passes, :google_callback_url, "https://yourdomain.com/passes/google/callback"

# `call`

# `init`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
