Authorization: Bearer ********************curl --location 'https://pay.bottercc.com/api/v1/transactions?limit=50&page=1&offset=0&status=all' \
--header 'Authorization: Bearer <token>'{
"success": true,
"pagination": {
"total": 45,
"page": 1,
"limit": 20,
"total_pages": 3,
"has_next_page": true,
"has_prev_page": false
},
"count": 20,
"transactions": [
{
"id": 1,
"txnid": "INV_1001",
"payu_txnid": "INV_1001_u1",
"amount": "499.00",
"status": "success",
"product_name": "Pro Membership",
"customer": {
"name": "Jane Doe",
"email": "jane@example.com",
"phone": "9876543210"
},
"payu_id": "403993715531478",
"created_at": "2026-08-20T08:15:00.000Z",
"updated_at": "2026-08-20T08:16:30.000Z"
}
]
}