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

# Intro- Integration Guide

This document provides everything you need to connect your business to our automated stablecoin settlement layer, enabling you to programmatically handle conversions between stablecoins and local fiat currencies for your users.

### Why Integrate DexPay?

We provide a secure, instant, and low-cost settlement layer that empowers your business to:

* **Accept Stablecoin Payments:** Allow your customers to pay for goods and services using stablecoins and receive the settled amount directly in your local fiat bank account.
* **Facilitate Fiat-to-Crypto On-ramping & Off-ramping:** Enable your users to easily purchase stablecoins using their local currency and to also convert stablecoin to fiat instantly.
* **Automate Your Workflow:** Leverage our smart-contract-powered system for instant, 24/7 transaction processing without manual intervention.
* **Ensure Security and Trust:** Our non-custodial approach means users never lose control of their funds, and our automated P2P liquidity pools, operated by trusted merchants, ensure deep liquidity and competitive rates.

This guide will walk you through the entire integration process, from getting your API keys to creating your first transaction and more.

<br>


---

# 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:

```
GET https://docs.dexpay.io/b2b-integration/intro-integration-guide.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.
