Frontend
Get payment link page data
Endpoint used by our Payment Links page to fetch useful information in one request.
Response Body
application/json
application/json
curl -X GET "https://api.invinciblepay.com/v1/frontend/payment-link"{
"pageInfo": {
"completedCount": 0,
"conversionRate": 0.1,
"pendingCount": 0,
"totalCompleted": "string",
"totalPending": "string"
},
"paymentLinks": {
"items": [
{
"accountId": "string",
"amount": "string",
"createdAt": 0,
"currency": "CAD",
"description": "string",
"expiresAt": 0,
"fundingSourceId": "string",
"id": "string",
"payerName": "string",
"paymentUrl": "string",
"reference": "string",
"status": "pending",
"transactionId": "string"
}
],
"page": 0,
"pageSize": 0,
"totalCount": 0,
"totalPages": 0
}
}{
"error": "string",
"error_code": {}
}