> For the complete documentation index, see [llms.txt](https://docs.ivpay.io/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ivpay.io/start/ivpay-api/introduction.md).

# Introduction

The **IVPAY API** enables seamless integration of payment solutions, empowering businesses to accept cryptocurrencies without learning about them.&#x20;

With RESTful endpoints and robust authentication through API keys, developers can quickly create payment requests and retrieve status updates. The API is designed for flexibility, supporting customized URLs for success and failure callbacks, ensuring smooth user experiences.&#x20;

Whether for e-commerce platforms or a custom online store, IVPAY offers a secure, scalable, and developer-friendly infrastructure.

## API Endpoint

API endpoint for all requests in the production environment is:

{% code fullWidth="false" %}

```html
https://api.ivpay.io/api/v4
```

{% endcode %}

## API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation:

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/oxGFi7wNaXeTqhXwVzRw">/pages/oxGFi7wNaXeTqhXwVzRw</a></td><td>The central reference for working with the API                </td><td>                                                  </td></tr></tbody></table>

## OpenAPI

If you use some software compatible with OpenAPI, you can import our API using this file:

{% file src="/files/G5f5E7JgpWRMall7Gszw" %}


---

# 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.ivpay.io/start/ivpay-api/introduction.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.
