Payment Callback Service

This service handles payment gateway callbacks and stores them in text files.

Endpoint Information

POST requests should be sent to: /api/callback

Example Request

POST /api/callback HTTP/1.1
Content-Type: application/json

{
    "transactionId": "TX123456",
    "amount": 99.99,
    "currency": "USD",
    "status": "completed"
}

Storage

All callbacks are stored in the Callbacks folder with timestamps.