# Payout

You can sell subscriptions to customers via Apple In App Subscriptions or our provided web checkout page.

If the customer paid via Apple, you will get paid by Apple directly.

If the customer paid through our provided web checkout page, you will get paid via Stripe. You will need to create or connect your Stripe account to receive payment.&#x20;

Visit <https://cms.tempokit.com/trainer/account/payout> to create or connect your Stripe account.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tempokit.com/billing/payout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
