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

# Welcome!

Yogupay is a tailor-made cross-border money transfer service for global businesses, offering unique FX and payment solutions, settling funds globally within 12 to 24 hours via API or web platform

## Discover Yogupay<br>

We are a cross-border payment platform designed to provide fast, secure, and reliable transfer of funds globally.

We are registered by the Financial Conduct Authority in the UK and FINTRAC, Canada. We have tailored solutions that meet your unique business needs.

Our resilient infrastructure empowers individuals, startups, and enterprises worldwide to thrive in the global economic landscape.&#x20;

Say goodbye to traditional barriers and experience a new era of reliable payments.

## For Non - Developers

We offer our [Business Dashboard](/yogupay-payout-api/business-dashboard/editor.md)  where one can deposit funds, initiate transactions, view Balances, swap Currencies, view transactions and even upload bulk payouts.

## For Developers

Developers can find detailed documentation, APIs, and all tools necessary to seamlessly integrate Yogupay within their applications by visiting the [developer section](/yogupay-payout-api/developers/editor.md)


---

# 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://yogupay.gitbook.io/yogupay-payout-api/readme.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.
