{ "post": { "tags": [ "TransactionVerify" ], "summary": "Transaction Verification Request", "description": "This request is to double check the response received from DisburseLoan and CollectLoan Synchronous APIs. This request is required to check transaction results on FIRSTBANK.", "operationId": "transactionVerify", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/TransactionVerifyRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/TransactionVerifyRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/TransactionVerifyRequest.json" } } } }, "responses": { "200": { "description": "Transaction Verification Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/TransactionVerifyResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/TransactionVerifyResponse.json" } } } }, "400": { "description": "Invalid request" }, "500": { "description": "Internal server error" } }, "security": [ { "api_key": [] } ] } }