Truztcube Docs

Admin Verify payment

Verify a payment transaction and credit wallet if successful. This endpoint is for admins and skips organisation permission checks.

POST/v1/payments/admin/verify
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/payments/admin/verify" \  -H "Content-Type: application/json" \  -d '{}'
{  "success": true,  "statusCode": 200,  "message": "Request processed successfully",  "timestamp": "2025-10-20T16:30:00.000Z",  "path": "/v1/auth/register",  "data": {}}