Complete reference for DExchange API endpoints
Welcome to the Dexchange API reference documentation. Our API follows RESTful principles and uses standard HTTP methods and status codes.
All API requests require authentication using an API key. Include your API key in the Authorization header:
application/json
POST
, GET
(as specified per endpoint)All responses are returned in JSON format:
POST /transaction/init
- Initialize a transactionGET /transaction/:transactionId
- Get transaction statusPOST /transaction/refund/:transactionId
- Process refundPOST /merchant/get-link
- Generate payment linkGET /merchant/:transactionId
- Get merchant transactionGET /api-services/balance
- Check balanceGET /api-services/services
- List available servicesPOST /transaction/confirm/wizall
- Confirm Wizall transactionWe provide webhooks for real-time transaction updates. Configure your webhook URL in the dashboard.
Official SDKs available for:
Complete reference for DExchange API endpoints
Welcome to the Dexchange API reference documentation. Our API follows RESTful principles and uses standard HTTP methods and status codes.
All API requests require authentication using an API key. Include your API key in the Authorization header:
application/json
POST
, GET
(as specified per endpoint)All responses are returned in JSON format:
POST /transaction/init
- Initialize a transactionGET /transaction/:transactionId
- Get transaction statusPOST /transaction/refund/:transactionId
- Process refundPOST /merchant/get-link
- Generate payment linkGET /merchant/:transactionId
- Get merchant transactionGET /api-services/balance
- Check balanceGET /api-services/services
- List available servicesPOST /transaction/confirm/wizall
- Confirm Wizall transactionWe provide webhooks for real-time transaction updates. Configure your webhook URL in the dashboard.
Official SDKs available for: