{ "post": { "tags": [ "RACCheck" ], "summary": "Risk Acceptance Criteria Check", "description": "This request is used to check if a customer passes the Risk Acceptance Criteria defined by the bank", "operationId": "racCheck", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/RACCheckRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/RACCheckRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/RACCheckRequest.json" } } } }, "responses": { "200": { "description": "RAC Check Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/RACCheckResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/RACCheckResponse.json" } } } }, "400": { "description": "Invalid request" }, "500": { "description": "Internal server error" } }, "security": [ { "api_key": [] } ] } }