> For the complete documentation index, see [llms.txt](https://docs.inqud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inqud.com/crypto-recurring/use-cases/on-demand-payments.md).

# On-Demand Payments

On-Demand Payments offer a flexible billing model that charges customers based on their actual usage, with no fixed amount or billing period. This approach is ideal for services where payment amounts vary depending on customer activity, such as ride-sharing services, utility bills, or one-click balance top-ups. With Inqud's On-Demand Payments, businesses can efficiently manage variable billing scenarios, ensuring a seamless and dynamic payment experience for their customers.

## Key features

* **Flexible Payment Amounts:** Charge customers based on their actual usage, accommodating variable billing amounts.
* **Multi-Currency Support:** Accept payments in various cryptocurrencies on different blockchains, catering to a global customer base.
* **Fiat price specification**: Businesses can specify the subscription price in familiar fiat currencies, making pricing transparent and easy to understand for customers.
* **Auto Convert:** Automatically convert cryptocurrency payments to your preferred currency, protecting your business from market volatility.

## Benefits for business

* **Attract crypto-savvy customers**: By accepting crypto payments, businesses tap into a growing market of tech-savvy consumers.
* **Global reach**: Cryptocurrency payments allow businesses to easily cater to an international customer base without worrying about currency conversion rates and fees.
* **Enhanced Customer Satisfaction:** One-click balance top-up and usage-based invoicing make payments convenient and transparent, improving customer satisfaction.

## Integration options

{% content-ref url="/pages/9aojArAAHk90flSeUV8r" %}
[Inqud Hosted Page overview](/crypto-recurring/overview/inqud-hosted-page-overview.md)
{% endcontent-ref %}

## Supported cryptocurrencies and blockchains <a href="#supported-cryptocurrencies-and-blockchains" id="supported-cryptocurrencies-and-blockchains"></a>

{% content-ref url="/pages/gydWNAeepIKQ8aQas0uP" %}
[Coverage](/crypto-recurring/coverage.md)
{% endcontent-ref %}

## **Begin on your crypto recurring journey**

{% content-ref url="/pages/yYjhesklLaLXq7JL6rwC" %}
[Get Started](/crypto-recurring/get-started.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inqud.com/crypto-recurring/use-cases/on-demand-payments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
