# One-Time Payment

If you want to collect a one-time payment for a life-time subscription, a one-off service, or physical goods, you can do so by creating a one-time product in Stripe. Creating a product in "Stripe" is as simple as clicking "+ Product"

![](/files/-MJ3Owp9tWG8u5RH_J-s)

Next you can set the product to One-time so the customer is only billed once. Billflow will take care of displaying that for you.

![](/files/-MJDklrHhw5VWefwQo7s)

Now that we are done creating the products, for Billflow to recognize these products as a single service we need to tag it with an "sb\_service" tag. This tag should be the same for all products(pricing plans) that are in the model. Next we tag each with a unique "sb\_tier" that corresponds to the plan. That means we have 2 unique "sb\_tier" tags for our example.&#x20;

![](/files/-MJ3W5YQ9qZ4sdld0ia3)

Finally, we go back to Billflow and refresh the "Pricing Plan" page. We should see our pricing plan pop up.&#x20;

![](/files/-MYM0RnDxEkgxGgfwaRk)


---

# 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.billflow.io/how-to/setup-pricing/one-time-payment.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.
