Skip to main content
POST
/
checkout
/
order
/
event
/
track
Retrieve Transaction Timeline
curl --request POST \
  --url https://checkout-api-service.epayclub.com/checkout/order/event/track \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "data": "<string>"
}
'
{
  "data": null,
  "status": "success",
  "statusCode": "00",
  "message": "Event logged successfully"
}

Documentation Index

Fetch the complete documentation index at: https://epayclub.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint accepts only encrypted requests. Learn more about our encryption here.
data
string
required
The encrypted data for this request. See the unencrypted requests here.
{
  "data": null,
  "status": "success",
  "statusCode": "00",
  "message": "Event logged successfully"
}