Payment Gateway Configuration
Configure payment processing for invoices.
Supported Gateways
| Gateway | Type | Status |
|---|---|---|
| Stripe | Credit Card | Built-in |
| PayPal | Online | Built-in |
| Manual | Bank Transfer | Built-in |
Stripe Setup
- Create a Stripe account
- Get API keys from Stripe Dashboard
- Configure in Gauzy:
STRIPE_SECRET_KEY=sk_live_xxxxx
STRIPE_PUBLISHABLE_KEY=pk_live_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx
- Go to Settings → Payment → Stripe
- Enter API keys
- Enable Stripe as payment method
PayPal Setup
PAYPAL_CLIENT_ID=your-client-id
PAYPAL_CLIENT_SECRET=your-client-secret
PAYPAL_MODE=live # or sandbox
Payment Flow
Manual/Bank Transfer
- Add bank details in Settings → Payment
- Include bank info on invoices
- Manually mark invoices as paid when transfer received
Related Pages
- Invoice Management — invoicing
- Invoice Endpoints — invoice API
- Accounting Overview — financial features