לוגים מורחבים (API)
כל פעולה שבוצעה מול ה-API ומקושרת להענקת מתנה
| מזהה לוג | תאריך | מספר אירוע | שם הפעולה | Request | Response |
|---|---|---|---|---|---|
| API-LOG-1 | 2026-07-01 18:23:58 | EVT-1001 | יצירת עסקה | {"event_id": "EVT-1001", "amount": 500, "payments": 1} |
{"status": "ok", "transaction_id": "TXN-50001"} |
| API-LOG-2 | 2026-07-01 18:24:10 | EVT-1001 | אימות תשלום | {"transaction_id": "TXN-50001", "card_last4": "4521"} |
{"status": "approved"} |
| API-LOG-3 | 2026-07-05 21:46:40 | EVT-1001 | יצירת עסקה | {"event_id": "EVT-1001", "amount": 300, "payments": 1} |
{"status": "declined", "reason": "insufficient_funds"} |
| API-LOG-4 | 2026-07-10 12:14:50 | EVT-1002 | יצירת עסקה | {"event_id": "EVT-1002", "amount": 1000, "payments": 6} |
{"status": "ok", "transaction_id": "TXN-50004"} |