# Payments & Billing (/how-to/payments)



Resytech handles payments through Stripe Connect. Your business connects its own Stripe account, and all card transactions flow through that account. You can also record manual payments (cash, check, Zelle, Venmo, wire transfers) and send invoices that customers pay online.

These guides cover every payment scenario, from initial Stripe setup to handling disputes.

Guides [#guides]

<Cards>
  <Card title="Set Up Stripe" href="/how-to/payments/set-up-stripe">
    Connect your Stripe account to Resytech so you can accept card payments and process refunds.
  </Card>

  <Card title="Process a Payment" href="/how-to/payments/process-a-payment">
    Charge a card, record a cash payment, or use a saved payment method from the booking screen.
  </Card>

  <Card title="Issue a Refund" href="/how-to/payments/issue-a-refund">
    Refund a card payment through Stripe or record a manual refund for cash and check payments.
  </Card>

  <Card title="Create an Invoice" href="/how-to/payments/create-an-invoice">
    Send a payment link to a customer so they can pay their booking balance online.
  </Card>

  <Card title="Configure Taxes and Fees" href="/how-to/payments/configure-taxes-and-fees">
    Set up sales tax, service fees, and surcharges that apply automatically to bookings.
  </Card>

  <Card title="Handle Payment Disputes" href="/how-to/payments/handle-payment-disputes">
    Respond to chargebacks and generate evidence documents for Stripe disputes.
  </Card>

  <Card title="Set Up Auto-Expire" href="/how-to/payments/set-up-auto-expire">
    Automatically cancel or change the status of unpaid bookings after a deadline.
  </Card>

  <Card title="Adjust Booking Pricing" href="/how-to/payments/adjust-pricing">
    Set a custom grand total on a booking using the Pricing Override feature.
  </Card>

  <Card title="Accept In-Person Payments" href="/how-to/payments/accept-in-person-payments">
    Use Stripe Terminal hardware to accept tap, chip, and swipe payments at your location.
  </Card>
</Cards>
