Payment Transaction Data API
Authentication
Endpoint
https://sandbox-app.lenderlink.ph/api/v1/person/payment-transactionsParameter
Type
Mandatory
Description
Response Parameters
{
"requestId": "X123-AB45",
"matchFlag": "Hit",
"data": {
"transactionCount": 33,
"minAmount": 94,
"maxAmount": 10150,
"aveAmount": 2668.43,
"sumAmount": 88058.04000000001,
"stdDev": 2737.87,
"refDates": [
"2025-01-16",
"2025-01-20",
"2025-01-21",
"2025-02-02",
"2025-02-16",
"2025-02-19",
"2025-02-20",
"2025-02-28",
"2025-03-03",
"2025-03-15",
"2025-03-30",
"2025-04-17",
"2025-04-18",
"2025-04-21",
"2025-05-02",
"2025-05-09",
"2025-05-10",
"2025-05-11",
"2025-05-18",
"2025-05-21",
"2025-05-23",
"2025-05-25",
"2025-05-28",
"2025-05-30",
"2025-05-31",
"2025-06-10",
"2025-06-13",
"2025-06-28",
"2025-06-29",
"2025-07-02",
"2025-07-04"
],
"refDateDetails": [
{
"refDate": "2025-01-21",
"count": 1,
"total": 2880
},
{
"refDate": "2025-02-28",
"count": 1,
"total": 638.07
},
{
"refDate": "2025-05-25",
"count": 1,
"total": 1140
},
{
"refDate": "2025-02-16",
"count": 1,
"total": 6575
},
{
"refDate": "2025-05-28",
"count": 1,
"total": 1315
},
{
"refDate": "2025-05-18",
"count": 1,
"total": 182
},
{
"refDate": "2025-03-03",
"count": 1,
"total": 406
},
{
"refDate": "2025-04-18",
"count": 1,
"total": 5260
},
{
"refDate": "2025-03-30",
"count": 1,
"total": 4350
},
{
"refDate": "2025-02-02",
"count": 1,
"total": 406
},
{
"refDate": "2025-06-29",
"count": 1,
"total": 2840
},
{
"refDate": "2025-02-20",
"count": 1,
"total": 6400
},
{
"refDate": "2025-04-17",
"count": 2,
"total": 3146.99
},
{
"refDate": "2025-05-09",
"count": 1,
"total": 153
},
{
"refDate": "2025-05-23",
"count": 1,
"total": 3287
},
{
"refDate": "2025-05-30",
"count": 1,
"total": 10150
},
{
"refDate": "2025-05-21",
"count": 1,
"total": 123
},
{
"refDate": "2025-05-10",
"count": 1,
"total": 145
},
{
"refDate": "2025-05-11",
"count": 2,
"total": 311
},
{
"refDate": "2025-06-28",
"count": 1,
"total": 5260
},
{
"refDate": "2025-04-21",
"count": 1,
"total": 669.98
},
{
"refDate": "2025-07-04",
"count": 1,
"total": 94
},
{
"refDate": "2025-07-02",
"count": 1,
"total": 2175
},
{
"refDate": "2025-05-02",
"count": 1,
"total": 1440
},
{
"refDate": "2025-05-31",
"count": 1,
"total": 1450
},
{
"refDate": "2025-02-19",
"count": 1,
"total": 5800
},
{
"refDate": "2025-01-16",
"count": 1,
"total": 6575
},
{
"refDate": "2025-06-13",
"count": 1,
"total": 106
},
{
"refDate": "2025-06-10",
"count": 1,
"total": 1180
},
{
"refDate": "2025-03-15",
"count": 1,
"total": 7800
},
{
"refDate": "2025-01-20",
"count": 1,
"total": 5800
}
],
"categories": [
"Loans",
"Fintech",
"Marketplace"
],
"procIds": [
"ECPY",
"ABQR",
"GCSH"
],
"within1to30Days": [
{
"category": "Loans",
"transactionCount": 4,
"minAmount": 1180,
"maxAmount": 5260,
"sumAmount": 11455,
"stdDev": 1504.32
},
{
"category": "Marketplace",
"transactionCount": 2,
"minAmount": 94,
"maxAmount": 106,
"sumAmount": 200,
"stdDev": 6
}
],
"within31to60Days": [
{
"category": "Marketplace",
"transactionCount": 6,
"minAmount": 114,
"maxAmount": 197,
"sumAmount": 914,
"stdDev": 29.61
},
{
"category": "Loans",
"transactionCount": 5,
"minAmount": 1140,
"maxAmount": 10150,
"sumAmount": 17342,
"stdDev": 3429.55
}
],
"beyond61Days": [
{
"category": "Loans",
"transactionCount": 11,
"minAmount": 1440,
"maxAmount": 7800,
"sumAmount": 55621,
"stdDev": 1877.31
},
{
"category": "Fintech",
"transactionCount": 5,
"minAmount": 405.99,
"maxAmount": 669.98,
"sumAmount": 2526.04,
"stdDev": 121.93
}
],
"matchKey": "cellphoneNumber"
}
}
Parameter
Data Type
Description
Parameter
Data Type
Description
Last updated