Purchasing Products
Purchase paid products on MyClaude via Stripe Checkout. Creators receive 92% of each sale.
Purchase paid products on MyClaude via Stripe Checkout. Creators receive 92% of each sale.
MyClaude acts as a pass-through marketplace. Your payment is processed by Stripe — MyClaude never stores card details.
How purchasing works
The full flow from click to download:
- You click Buy on a product page (web) or run
myclaude installon a paid product (CLI). - MyClaude creates a Stripe Checkout session and redirects you.
- You complete payment on Stripe's hosted page.
- Stripe sends a webhook to MyClaude confirming the payment.
- MyClaude creates a permanent order record tied to your account.
- The download becomes available immediately.
Orders are created exclusively by the Stripe webhook — never by client-side code. This means a purchase only unlocks a download after Stripe independently confirms payment.
Payment flow
| Step | Who acts | What happens |
|---|---|---|
| Initiate | You | Click Buy or myclaude install |
| Redirect | MyClaude | Opens Stripe Checkout |
| Pay | You | Card, Apple Pay, or Google Pay |
| Confirm | Stripe → MyClaude webhook | Order written to your account |
| Download ready | MyClaude | Signed URL generated on request |
Supported payment methods depend on your region and Stripe's availability. MyClaude does not offer invoices or net terms.
After purchase — downloading
Once your order is confirmed, download from the web:
- Return to the product page. The Buy button is replaced by Download.
- Click Download. MyClaude generates a signed URL valid for 5 minutes.
- Your browser opens the file. The signed URL expires after one use or 5 minutes, whichever comes first.
Via CLI:
$ myclaude install @creator/product-nameIf you already purchased the product, the CLI skips the payment step and downloads directly.
Why signed URLs?
Paid product files are never exposed as public links. Every download request is verified against your order record on the server. The signed URL is generated fresh each time — it cannot be shared or reused.
Receipts and purchase history
Your purchase history is available at myclaude.sh/dashboard under Purchases.
| What you get | Where |
|---|---|
| Stripe email receipt | Your email inbox immediately after payment |
| Order record | Dashboard → Purchases |
| Re-download | Anytime from the product page or via CLI |
There is no download limit. You can re-download a purchased product at any time from the same account.
Refunds
Refund requests are handled case by case. Contact support at the email in your Stripe receipt. Digital products are generally non-refundable unless the file is materially different from its description.
Related pages
- Installing via CLI — install products from the terminal
- Browsing & Discovery — find products to buy
- Product Types — understand what you are purchasing