# Introduction

The API was designed for integration with the OYF Payment Gateway. The bird's eye view on the main API integration business process is straight-forward:

* You have to get the Supported currency, Which you have already linked your wallet with the OYF portal.
* After that make a payment request using currency uuid and other detail
* Check Order Status

In cases of prolongation, cancellation, or other order parameter change you have to make a new request about its new value by corresponding API request.

##


---

# 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.oyf.io/developer-guide/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.
