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:
Authentication: Register your business to get your unique API credentials. All subsequent requests must be authenticated.
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.
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).
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
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.
X-API-KEY: Your apiKeyX-API-SECRET: Your apiSecret
Last updated