For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add One Time Payments

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

2. Click "Add One-time Payment"Hit 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.

Add One-Time-Payment Products

3. Create an OfferClick "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

Create basic information about your Product
Preview product and then Add Offer
Create Offer for the Product with price

Pay What You Want — with the API

If you want to get creative with pricing, the Fungies API 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.

Leave the recurringInterval fields empty to keep it a one-time purchase.

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 →

Last updated