# Add One Time Payments

**1. Go to One-time Payments**Choose "Products" in the left pane of the dashboard and then click "One-time Payments".

**2. Click "Add One-time Payment"**&#x48;it the button in the upper right corner — a drawer will slide in from the right. Fill out all the important info about your product: name, description, cover image, cover video (YouTube, Vimeo, etc.), gallery images, and a feature list.

<figure><img src="/files/HQtOu0E8i4JHHM0vodHH" alt=""><figcaption><p>Add One-Time-Payment Products</p></figcaption></figure>

**3. Create an Offer**Click "Create Offer" to add pricing to your product. Offers are basically prices — you can add as many as you want to a single product. Think of it this way: the **Product** is what you're selling, and the **Offer** is how much it costs (and under what conditions). One product can have multiple offers.In the offer settings you can:

* Set the **currency** and **price**
* Mark it as **free**
* Enable **quantity change** (let customers buy more than one)
* Show a **discounted/original price**
* Restrict by **platform** or **region**
* Add a **SKU / internal ID**, **GTIN**, **warning text**, and **tags**

<figure><img src="/files/Zfz2HVbyH9hDQMurQdQw" alt=""><figcaption><p>Create basic information about your Product</p></figcaption></figure>

<figure><img src="/files/RjqAqaNBLfsY41VD9JfB" alt=""><figcaption><p>Preview product and then Add Offer</p></figcaption></figure>

<figure><img src="/files/haPG81BAvvHaZcrQjPuE" alt=""><figcaption><p>Create Offer for the Product with price</p></figcaption></figure>

### Pay What You Want — with the API

If you want to get creative with pricing, the [Fungies API](https://docs.fungies.io/api-reference/offers/create-a-new-offer) lets you create offers programmatically — which means you can build **"pay what you want"** products.

The way it works: when creating an offer via the API, you set the `price` field dynamically based on what the customer chose to pay.&#x20;

Leave the `recurringInterval` fields empty to keep it a one-time purchase.&#x20;

You can also set `mutableQuantity: true` to let buyers adjust quantity at checkout.This opens up use cases like:

* Donation pages
* "Name your price" products
* Tip jars
* Community-supported pricing

Check out the full API reference here: [Create a new offer →](https://docs.fungies.io/api-reference/offers/create-a-new-offer)


---

# 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://help.fungies.io/add-one-time-payments.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.
