> 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/register-business.md).

# Register Business

#### 1.1. The Integration Flow

The DexPay API workflow is designed to be simple and logical. At a high level, every transaction follows these steps:

1. **Authentication:** Register your business to get your unique API credentials. All subsequent requests must be authenticated.
2. **Get a Quote:** Request a real-time exchange rate for the specific transaction you want to perform. This quote is locked in for a short period.
3. **Execute the quote/order:** Use the quoteId from the previous step to create a formal transaction order. DexPay provides the necessary payment details (either a crypto deposit address or a bank account).
4. **Confirmation:** DexPay's automated system detects the payment and completes the settlement, sending the funds to the specified destination.

#### 1.2. Authentication

First, you need to register your business to obtain your API Key and API Secret. These credentials must be included in the headers of all subsequent API requests to authenticate your access.

**Business Registration:** To register a business, fill out this **Business Registration** Form by clicking [**Here**](https://forms.gle/isi4N8RJmusmSTAK8)

After completing your registration, you will receive a document consisting of your **apiKey** and **apiSecret**

**IMPORTANT:**

Store your apiKey and apiSecret securely. You will need to pass them as headers in all future API calls.

* <sub>`X-API-KEY: Your apiKey`</sub>
* <sub>`X-API-SECRET: Your apiSecret`</sub>
