Payments
Configure Stripe and view booking transactions
Setup & Configuration
Create or log in to your Stripe account
Go to stripe.com and sign in. If you don't have an account, create one — it's free to sign up.
Get your API keys
In the Stripe Dashboard go to Developers → API keys. Copy your Publishable key (pk_live_…) and Secret key (sk_live_…).
Use test keys (pk_test_… / sk_test_…) while testing.
Add keys to Vercel environment variables
In your Vercel project go to Settings → Environment Variables and add both keys below, then redeploy.
| Variable name | Example value |
|---|---|
STRIPE_PUBLISHABLE_KEY |
pk_live_… or pk_test_… |
STRIPE_SECRET_KEY |
sk_live_… or sk_test_… |
Current Keys (read-only)
These are the keys currently configured in your Vercel environment. To change them, update the environment variables in the Vercel dashboard and redeploy.
Note: Stripe keys are stored securely as Vercel environment variables — never in code or the browser. The secret key is never exposed to the client.
Booking Transactions
| Reference | Guest | Dates | Status | Amount |
|---|---|---|---|---|
| Loading transactions… | ||||