# SunTixx Payment Gateway API Documentation

## Endpoints
### 1. Payment Processing
- `POST /payments/process` - Process a payment using Stripe or Scotiabank.
- `POST /refunds/process` - Issue a refund for a previous transaction.

### 2. Webhook Events
- `POST /webhook/stripe` - Handle Stripe webhook events.
- `POST /webhook/scotiabank` - Handle Scotiabank webhook events.

### 3. Merchant API Management
- `POST /merchant/api/regenerate` - Regenerate merchant API keys.
