Integrate Api for Marketplace
This document provides detailed information about the Freex API endpoints, authentication, and integration guidelines.
Base URL
https://api.freexcrypto.xyz/apiEndpoint
Payment Links
POST /payment-linksRequest body:
{
"business_id": "uuidv4",
"title": "string",
"description": "2024-03-20T23:59:59Z",
"amount": "2024-03-20T23:59:59Z",
}Response:
{
"id": "uuidv4",
"business_id": "uuidv4",
"title": "string",
"description": "string",
"payment_link": "https://freex.com/pay/pl_123456",
"amount": "100.00",
"expires_at": "2024-03-20T23:59:59Z",
"status": "active"
}Orders
Create Order
Request body:
Response:
Last updated