curl --request POST \
--url http://localhost/mogl/mogl-backend/api/paymentHistoryFan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"category_required": "Yes",
"sort_order_req": "desc",
"search_keyword": "test",
"category_id": 1,
"min_amount": 10,
"max_amount": 1000,
"paymentDate": "2026-01-01",
"page": 1,
"limit": 10,
"page_limit": 10
}
'curl --request POST \
--url http://localhost/mogl/mogl-backend/api/paymentHistoryFan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"category_required": "Yes",
"sort_order_req": "desc",
"search_keyword": "test",
"category_id": 1,
"min_amount": 10,
"max_amount": 1000,
"paymentDate": "2026-01-01",
"page": 1,
"limit": 10,
"page_limit": 10
}
'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
If Yes, loads service categories
Yes, No "Yes"
new_to_old, old_to_new, high_to_low, low_to_high "desc"
LIKE on category name and athlete name
"test"
Filter by service category
1
= filter on total_amount
10
<= filter on total_amount
1000
Date filter on payment_date_fan
"2026-01-01"
1
10
Alias for limit
10
Fan payment history