List payment transaction attempts

Returns payment gateway transaction attempts newest first. The modal renders action, status, message, and timestamps.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired
Payment ID.

Response

Transaction history returned; an empty payment history is represented by data: [].

statusstring
messagestring
datalist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error