{
"success": true,
"paymentLinks": [
{
"id": "pl_123",
"externalReference": "invoice-784",
"title": "December invoice",
"description": "Annual subscription",
"amount": 129.9,
"currency": "USD",
"status": "ACTIVE",
"isMultiUse": false,
"isActive": true,
"isExpired": false,
"expiresAt": "2025-01-31T23:59:59.000Z",
"url": "https://app.sxdigitalpay.com/quote/[merchantShortName]/[paymentLinkId]",
"shortUrl": "https://sxpay.me/[paymentLinkShortId]",
"metadata": {
"plan": "premium"
},
"createdAt": "2024-12-05T18:20:00.000Z"
}
],
"pagination": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}