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