Stripe Integration Setup
HiLucy Team·Updated 2026-04-17·2 min read
HiLucy uses Stripe as its payment processor. This guide covers the initial setup and configuration.
What Stripe Handles
- Checkout payments — Guests pay for bookings via Stripe
- Security deposits — Authorize-then-void verification (no fee charged to guest)
- Card-on-file — Save guest payment methods for future charges
- Damage charges — Charge the guest's card if damage occurs
- Refunds — Process full or partial refunds
Setup Steps
1. Create a Stripe Account
If you don't have one, visit stripe.com and create an account. Complete the business verification process.
2. Connect Stripe to HiLucy
In your HiLucy admin dashboard:
- Go to Settings → Payments
- Click Connect Stripe
- Authorize HiLucy to access your Stripe account
3. Configure Payment Settings
Once connected, configure:
- Currency — Your default currency
- Security deposit amount — Per-product deposit amount
- Payment methods — Card types you accept
How Payments Work
When a guest checks out on your site:
- Guest enters payment details on the checkout page
- Stripe processes the payment securely
- If the product has a security deposit, an authorize-then-void hold is placed
- The guest's card is saved on file for future charges
- Order confirmation is sent automatically
Security Deposit System
HiLucy's deposit system uses authorize-then-void — we authorize a temporary hold on the guest's card, then immediately void it. This:
- Verifies the card is valid and has sufficient funds
- Charges zero fees to the guest (the authorization is voided, not captured)
- Saves the card on file for potential damage charges
See Security Deposits for full details.
Was this article helpful?