Skip to content

Daily Transaction History

Overview

Get daily transaction history.

Path

/v1/payfast/transactions/history/daily

Query Parameters

  • date (string, optional)
  • limit (integer, optional)
  • offset (integer, optional)

HTTP Request

GET /v1/payfast/transactions/history/daily

Success Response (200) Schema

Generic object (implementation specific)

Response Example

{
  "date": "2025-09-16",
  "limit": 50,
  "offset": 0,
  "transactions": [
    {
      "payment_id": "PF10001",
      "amount": 199.00,
      "status": "COMPLETE",
      "customer": "john.doe@example.com"
    }
  ]
}

Error Responses

  • 400 Validation Exception (Bad Request)