# Verify Orders Verifies an order using OTP or registration. Endpoint: POST /Orders/verify Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `OrderId` (string) Example: "123e4567-e89b-12d3-a456-426614174000" - `OTP` (string) Example: "456789" ## Response 200 fields (application/json): - `Id` (integer) Example: 1 - `Status` (string) Example: "Verified" ## Response 403 fields (application/json): - `message` (string) Example: "Customer credit limit exceeded" ## Response 404 fields (application/json): - `message` (string) Example: "OTP code or registration is incorrect" ## Response 428 fields (application/json): - `message` (string) Example: "OTP expired"