# Identity verification (redirect) # Identity verification The redirect integration decreases the amount of private information you handle on your site, allows you to support users in a variety of platforms and languages, and allows you to customize the style to match your branding. # Stripe keys # https://dashboard.stripe.com/test/apikeys STRIPE_PUBLISHABLE_KEY=<> STRIPE_SECRET_KEY=<> # https://stripe.com/docs/webhooks#verify-events STRIPE_WEBHOOK_SECRET=whsec_1234 # Environment variables STATIC_DIR=../client