Admin
Get FunnelFox transactions list with pagination and filters
Retrieve a paginated list of real-money FunnelFox transactions (newest first). Apple charges live in payment-events; this is the FunnelFox equivalent. Filter by userId (resolved to firebaseUid), firebaseUserId, or status.
get/admin/funnelfox-transactions
Query parameters
pagenumber
Example:1
limitnumber
Example:20
userIdstring
Filter by internal user ID
firebaseUserIdstring
Filter by Firebase user ID
statusstring
Filter by transaction status (e.g. settled, declined)
Response
FunnelFox transactions list retrieved successfully