Skip to main content
POST
Review reclaim request (Admin only)

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Path Parameters

id
string
required

Reclaim Request ID

Body

application/json

Review details

action
enum<string>
required
Available options:
approve,
reject
Example:

"approve"

review_notes
string
Example:

"Approved for check payment"

Response

Request reviewed successfully

The response is of type object.