This service handles payment gateway callbacks and stores them in text files.
POST requests should be sent to: /api/callback
POST /api/callback HTTP/1.1
Content-Type: application/json
{
"transactionId": "TX123456",
"amount": 99.99,
"currency": "USD",
"status": "completed"
}
All callbacks are stored in the Callbacks folder with timestamps.