{
"success": true,
"data": {
"id": "pl_123456",
"businessId": "biz_123",
"title": "Product Purchase",
"description": "Payment for premium subscription",
"slug": "premium-subscription",
"amount": "25000",
"currency": "NGN",
"status": "ACTIVE",
"paymentUrl": "https://payment.rayswap.exchange/pay/premium-subscription",
"isActive": true,
"transactionCount": 0,
"expiresAt": "2025-12-31T23:59:59Z",
"createdAt": "2025-01-01T12:00:00Z",
"updatedAt": "2025-01-01T12:00:00Z"
},
"message": "Payment link created successfully"
}