> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillfactory.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Course Sales

> Set up payment integrations and sell courses directly on the platform

## Course Sales

Monetize your platform by selling course access directly to students. The platform supports integrations with payment processors to manage sales, subscriptions and automatic enrollments.

## Payment processors

<CardGroup cols={2}>
  <Card title="Stripe" icon="credit-card">
    Global payment processor with credit card, debit and other method support. Ideal for platforms with international reach.
  </Card>

  <Card title="AbacatePay" icon="money-bill">
    Brazilian payment processor with PIX and card support. Ideal for platforms focused on the Brazilian market.
  </Card>
</CardGroup>

## Setup (Administrator)

### Connecting a processor

<Steps>
  <Step title="Go to Admin → Integrations → Payments">
    On the integrations page, find the payments section.
  </Step>

  <Step title="Choose the processor">
    Select Stripe or AbacatePay.
  </Step>

  <Step title="Connect your account">
    Follow the authorization flow for the chosen processor. You will be redirected to create or connect your account.
  </Step>

  <Step title="Connection established">
    After connecting, the status will change to "Connected". You can verify the connected account details.
  </Step>
</Steps>

### Check status

For each payment integration, the system displays:

* Connection status (connected or disconnected)
* Linked account details
* Option to disconnect

## Mapping products to courses

After connecting a payment processor, you need to map the processor's products to platform courses:

<Steps>
  <Step title="Create a product in the processor">
    In the Stripe or AbacatePay dashboard, create a product with the desired price for the course.
  </Step>

  <Step title="Map on the platform">
    In **Admin → Integrations → Payments**, link the product to the corresponding course.
  </Step>

  <Step title="Course available for purchase">
    Students accessing the course will see the option to buy access.
  </Step>
</Steps>

<Info>
  A product can be mapped to one or more courses. You can have one-time purchase products or recurring subscriptions.
</Info>

## For students

### Purchasing course access

When a course requires payment:

<Steps>
  <Step title="Access the course">
    When accessing a paid course, you will see purchase options.
  </Step>

  <Step title="Choose the plan">
    Select between one-time purchase or subscription (if available).
  </Step>

  <Step title="Complete payment">
    Complete payment via credit card, PIX or other available method.
  </Step>

  <Step title="Access granted">
    After payment confirmation, you are automatically enrolled in the course.
  </Step>
</Steps>

## Managing sales

Administrators can track sales on the platform:

* **Orders** — List of all orders with payment status
* **Subscriptions** — Active and canceled subscriptions
* **Processor integration** — Transaction details in the Stripe or AbacatePay dashboard

## Next steps

<CardGroup cols={2}>
  <Card title="Billing" icon="credit-card" href="/en/admin/billing">
    Manage platform subscription
  </Card>

  <Card title="Settings" icon="gear" href="/en/admin/platform-settings">
    Configure general platform settings
  </Card>
</CardGroup>
