def consultar(cls, transaction_id):
     request = GatewayRequest(LocawebGatewayConfig.base_endpoint(), action="/" + str(transaction_id))
     response = GatewayResponse(response=request.get(cls.gateway_params()))
     return response.parse()