Перейти к основному содержимому

Payment Gateway Configuration

Configure payment processing for invoices.

Supported Gateways

GatewayTypeStatus
StripeCredit CardBuilt-in
PayPalOnlineBuilt-in
ManualBank TransferBuilt-in

Stripe Setup

  1. Create a Stripe account
  2. Get API keys from Stripe Dashboard
  3. Configure in Gauzy:
STRIPE_SECRET_KEY=sk_live_xxxxx
STRIPE_PUBLISHABLE_KEY=pk_live_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx
  1. Go to SettingsPaymentStripe
  2. Enter API keys
  3. 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

  1. Add bank details in SettingsPayment
  2. Include bank info on invoices
  3. Manually mark invoices as paid when transfer received