> ## Documentation Index
> Fetch the complete documentation index at: https://gk-dev.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe Integration

> Connect your Stripe account for platform fee processing

# Stripe Integration

## Overview

Stripe integration is required for platform fee processing. The platform charges 9% on successful sales, billed monthly through your connected Stripe account.

## Connection Setup

<Steps>
  <Step title="Connect Stripe Account">
    Navigate to **Settings > Integration** and click "Connect with Stripe"
  </Step>

  <Step title="Account Verification">
    Complete Stripe's verification process:

    * Business information
    * Banking details
    * Identity verification
  </Step>

  <Step title="Integration Testing">
    Verify your integration:

    * Test transaction tracking
    * Confirm webhook setup
    * Check fee calculations
  </Step>
</Steps>

## Platform Fees

<Card title="Fee Structure" icon="money-bill">
  * 9% of successful sales
  * Calculated monthly
  * Automatic billing
  * Detailed reporting
</Card>

## Account Requirements

<Properties>
  * **Account Type** - Standard Stripe account
  * **Region** - Must support your business location
  * **Currency** - Must match your program currency
  * **Verification** - Complete Stripe's verification process
</Properties>

## Integration Features

<CardGroup cols={2}>
  <Card title="Automatic Tracking" icon="chart-line">
    * Sales monitoring
    * Fee calculation
    * Revenue reporting
  </Card>

  <Card title="Billing Management" icon="credit-card">
    * Monthly invoicing
    * Payment processing
    * Transaction history
  </Card>
</CardGroup>

## Security

<Warning>
  Never share your Stripe credentials. The platform uses Stripe Connect for secure account linking.
</Warning>

## Common Questions

<AccordionGroup>
  <Accordion title="When are platform fees charged?">
    Platform fees are calculated and charged monthly based on your successful sales.
  </Accordion>

  <Accordion title="What happens if I disconnect Stripe?">
    Disconnecting Stripe will affect platform fee processing and may impact your program's status.
  </Accordion>

  <Accordion title="Do I need a separate Stripe account for affiliate payments?">
    No, affiliate payments are managed independently. The Stripe connection is only for platform fees.
  </Accordion>
</AccordionGroup>

<Note>
  Keep your Stripe account information up to date to ensure uninterrupted service.
</Note>
